#577C66
A medium, muted green closely aligning with Teal.
About #577C66
The precise color #577C66 is an excellent choice for modern design projects. It is closely associated with the named CSS color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 124, and 102.
For print applications, it's crucial to understand its CMYK makeup. The color uses 30% Cyan, 0% Magenta, 18% Yellow, and 51% Black. The HSL representation is 144.3° hue, 17.5% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#577C66
RGB87, 124, 102
HSL144.3°, 17.5%, 41.4%
CMYK30%, 0%, 18%, 51%
HSV144.3°, 29.8%, 48.6%
LAB48.8, -18.0, 7.9
XYZ13.5, 17.4, 15.2
Decimal5733478
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.69:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #577C66;
}
.text-color {
color: #577C66;
}
.border-color {
border: 2px solid #577C66;
}