#66B6A8
A medium, moderate cyan closely aligning with Lightseagreen.
About #66B6A8
At its core, #66B6A8 is a medium and moderate hue. Designers often compare it to the standard color Lightseagreen. This translates to an RGB value of rgb(102, 182, 168).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 44% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#66B6A8
RGB102, 182, 168
HSL169.5°, 35.4%, 55.7%
CMYK44%, 0%, 8%, 29%
HSV169.5°, 44.0%, 71.4%
LAB68.8, -28.0, -0.5
XYZ29.3, 39.1, 43.1
Decimal6731432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.82:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66B6A8;
}
.text-color {
color: #66B6A8;
}
.border-color {
border: 2px solid #66B6A8;
}