#50F0C5
A light, vivid green closely aligning with Aquamarine.
About #50F0C5
Visually, #50F0C5 is defined as a vivid green. Its closest recognized web color is Aquamarine. This translates to an RGB value of rgb(80, 240, 197).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 67% Cyan, 0% Magenta, 18% Yellow, and 6% Black. The HSL representation is 163.9° hue, 84.2% saturation, and 62.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50F0C5
RGB80, 240, 197
HSL163.9°, 84.2%, 62.7%
CMYK67%, 0%, 18%, 6%
HSV163.9°, 66.7%, 94.1%
LAB86.0, -51.4, 8.7
XYZ44.5, 68.1, 63.6
Decimal5304517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.61:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F0C5;
}
.text-color {
color: #50F0C5;
}
.border-color {
border: 2px solid #50F0C5;
}