#009275
A dark, vivid cyan closely aligning with Seagreen.
About #009275
The hex code #009275 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 146, and 117.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 20% Y, and 43% K. The HSL representation is 168.1° hue, 100.0% saturation, and 28.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#009275
RGB0, 146, 117
HSL168.1°, 100.0%, 28.6%
CMYK100%, 0%, 20%, 43%
HSV168.1°, 100.0%, 57.3%
LAB53.9, -40.3, 6.1
XYZ13.5, 21.8, 20.3
Decimal37493
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #009275;
}
.text-color {
color: #009275;
}
.border-color {
border: 2px solid #009275;
}