Color #009973

#009973rgb(0, 153, 115)

Color Codes

HEX#009973
RGBrgb(0, 153, 115)
HSLhsl(165°, 100%, 30%)
CMYKcmyk(100%, 0%, 25%, 40%)
CIELABLab(56.1, -43.7, 10.5)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #009973;
  --color-primary-rgb: 0, 153, 115;
  --color-primary-hsl: 165, 100%, 30%;
}

Related Tools