#00A0A8
A dark, vivid cyan closely aligning with Darkcyan.
About #00A0A8
The precise color #00A0A8 is an excellent choice for modern design projects. Its closest recognized web color is Darkcyan. This translates to an RGB value of rgb(0, 160, 168).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 5% M, 0% Y, and 34% K. With a hue angle of 182.9 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00A0A8
RGB0, 160, 168
HSL182.9°, 100.0%, 32.9%
CMYK100%, 5%, 0%, 34%
HSV182.9°, 100.0%, 65.9%
LAB59.9, -31.4, -14.1
XYZ19.6, 28.0, 41.4
Decimal41128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.59:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A0A8;
}
.text-color {
color: #00A0A8;
}
.border-color {
border: 2px solid #00A0A8;
}