#008A75
A dark, vivid cyan closely aligning with Darkcyan.
About #008A75
When working with digital screens, the color #008A75 is rendered by mixing light. Its closest recognized web color is Darkcyan. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 138, and 117.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 15% Y, and 46% K. The HSL representation is 170.9° hue, 100.0% saturation, and 27.1% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#008A75
RGB0, 138, 117
HSL170.9°, 100.0%, 27.1%
CMYK100%, 0%, 15%, 46%
HSV170.9°, 100.0%, 54.1%
LAB51.2, -36.9, 2.3
XYZ12.3, 19.5, 19.9
Decimal35445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.29:1
Text on #FFFFFF
AA Large
4.89:1
Text on #000000
AA
4.10:1
Text on #F8FAFC
AA Large
4.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008A75;
}
.text-color {
color: #008A75;
}
.border-color {
border: 2px solid #008A75;
}