Color #009999

#009999rgb(0, 153, 153)

Color Codes

HEX#009999
RGBrgb(0, 153, 153)
HSLhsl(180°, 100%, 30%)
CMYKcmyk(100%, 0%, 0%, 40%)
CIELABLab(57.2, -32.8, -9.7)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #009999;
  --color-primary-rgb: 0, 153, 153;
  --color-primary-hsl: 180, 100%, 30%;
}

Related Tools