#66BDB6
A medium, moderate cyan closely aligning with Lightseagreen.
About #66BDB6
At its core, #66BDB6 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Lightseagreen. Its digital footprint relies on 102 parts red, 189 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 46% C, 0% M, 4% Y, and 26% K. The HSL representation is 175.2° hue, 39.7% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66BDB6
RGB102, 189, 182
HSL175.2°, 39.7%, 57.1%
CMYK46%, 0%, 4%, 26%
HSV175.2°, 46.0%, 74.1%
LAB71.3, -27.9, -4.6
XYZ32.1, 42.6, 50.8
Decimal6733238
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.52:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66BDB6;
}
.text-color {
color: #66BDB6;
}
.border-color {
border: 2px solid #66BDB6;
}