#50AF7C
A medium, moderate green closely aligning with Mediumseagreen.
About #50AF7C
At its core, #50AF7C is a medium and moderate hue. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(80, 175, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 54% C, 0% M, 29% Y, and 31% K. The HSL representation is 147.8° hue, 37.3% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50AF7C
RGB80, 175, 124
HSL147.8°, 37.3%, 50.0%
CMYK54%, 0%, 29%, 31%
HSV147.8°, 54.3%, 68.6%
LAB64.8, -40.1, 17.8
XYZ22.3, 33.8, 24.4
Decimal5287804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.76:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50AF7C;
}
.text-color {
color: #50AF7C;
}
.border-color {
border: 2px solid #50AF7C;
}