#50755F
A dark, muted green closely aligning with Teal.
About #50755F
When working with digital screens, the color #50755F is rendered by mixing light. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 80 red, 117 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 32% C, 0% M, 19% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50755F
RGB80, 117, 95
HSL144.3°, 18.8%, 38.6%
CMYK32%, 0%, 19%, 54%
HSV144.3°, 31.6%, 45.9%
LAB46.0, -18.2, 8.0
XYZ11.7, 15.3, 13.2
Decimal5272927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.18:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.95:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #50755F;
}
.text-color {
color: #50755F;
}
.border-color {
border: 2px solid #50755F;
}