#50C599
A medium, moderate green closely aligning with Mediumaquamarine.
About #50C599
At its core, #50C599 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 197, and 153.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 0% magenta, 22% yellow, and 23% black. With a hue angle of 157.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#50C599
RGB80, 197, 153
HSL157.4°, 50.2%, 54.3%
CMYK59%, 0%, 22%, 23%
HSV157.4°, 59.4%, 77.3%
LAB72.2, -43.4, 12.4
XYZ29.0, 43.9, 37.1
Decimal5293465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.79:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50C599;
}
.text-color {
color: #50C599;
}
.border-color {
border: 2px solid #50C599;
}