Color #008080

#008080rgb(0, 128, 128)

Color Codes

HEX#008080
RGBrgb(0, 128, 128)
HSLhsl(180°, 100%, 25%)
CMYKcmyk(100%, 0%, 0%, 50%)
CIELABLab(48.3, -28.8, -8.5)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #008080;
color: #008080;
border: 2px solid #008080;
background: linear-gradient(135deg, #008080, #800000);

Code Export

css
:root {
  --color-primary: #008080;
  --color-primary-rgb: 0, 128, 128;
  --color-primary-hsl: 180, 100%, 25%;
}

Related Tools