#077575
A dark, vivid cyan closely aligning with Teal.
About #077575
At its core, #077575 is a dark and vivid hue. Designers often compare it to the standard color Teal. Its digital footprint relies on 7 parts red, 117 parts green, and 117 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 0% M, 0% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#077575
RGB7, 117, 117
HSL180.0°, 88.7%, 24.3%
CMYK94%, 0%, 0%, 54%
HSV180.0°, 94.0%, 45.9%
LAB44.3, -26.6, -7.8
XYZ9.7, 14.1, 19.0
Decimal488821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077575;
}
.text-color {
color: #077575;
}
.border-color {
border: 2px solid #077575;
}