#508A75
A medium, muted green closely aligning with Teal.
About #508A75
Visually, #508A75 is defined as a muted green. Its closest recognized web color is Teal. In the RGB color space, it consists of 80 red, 138 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 42% cyan, 0% magenta, 15% yellow, and 46% black. With a hue angle of 158.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#508A75
RGB80, 138, 117
HSL158.3°, 26.6%, 42.7%
CMYK42%, 0%, 15%, 46%
HSV158.3°, 42.0%, 54.1%
LAB53.1, -24.2, 5.3
XYZ15.6, 21.2, 20.1
Decimal5278325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #508A75;
}
.text-color {
color: #508A75;
}
.border-color {
border: 2px solid #508A75;
}