#66A0A0
A medium, muted cyan closely aligning with Cadetblue.
About #66A0A0
Visually, #66A0A0 is defined as a muted cyan. It is closely associated with the named CSS color Cadetblue. In the RGB color space, it consists of 102 red, 160 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 36% cyan, 0% magenta, 0% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66A0A0
RGB102, 160, 160
HSL180.0°, 23.4%, 51.4%
CMYK36%, 0%, 0%, 37%
HSV180.0°, 36.2%, 62.7%
LAB62.1, -18.8, -6.0
XYZ24.4, 30.5, 37.9
Decimal6725792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.10:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A0A0;
}
.text-color {
color: #66A0A0;
}
.border-color {
border: 2px solid #66A0A0;
}