#50AF75
A medium, moderate green closely aligning with Mediumseagreen.
About #50AF75
The hex code #50AF75 represents a beautifully specific shade of green. It is closely associated with the named CSS color Mediumseagreen. In the RGB color space, it consists of 80 red, 175 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 54% cyan, 0% magenta, 33% yellow, and 31% black. With a hue angle of 143.4 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50AF75
RGB80, 175, 117
HSL143.4°, 37.3%, 50.0%
CMYK54%, 0%, 33%, 31%
HSV143.4°, 54.3%, 68.6%
LAB64.7, -41.5, 21.4
XYZ21.8, 33.6, 22.2
Decimal5287797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.73:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50AF75;
}
.text-color {
color: #50AF75;
}
.border-color {
border: 2px solid #50AF75;
}