#50F8B6
A light, vivid green closely aligning with Aquamarine.
About #50F8B6
When working with digital screens, the color #50F8B6 is rendered by mixing light. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(80, 248, 182).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 68% Cyan, 0% Magenta, 27% Yellow, and 3% Black. The HSL representation is 156.4° hue, 92.3% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50F8B6
RGB80, 248, 182
HSL156.4°, 92.3%, 64.3%
CMYK68%, 0%, 27%, 3%
HSV156.4°, 67.7%, 97.3%
LAB88.1, -58.0, 19.4
XYZ45.3, 72.2, 55.8
Decimal5306550
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.44:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F8B6;
}
.text-color {
color: #50F8B6;
}
.border-color {
border: 2px solid #50F8B6;
}