#50E2B6
A light, vivid green closely aligning with Aquamarine.
About #50E2B6
The hex code #50E2B6 represents a beautifully specific shade of green. It is closely associated with the named CSS color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 226, and 182.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 65% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#50E2B6
RGB80, 226, 182
HSL161.9°, 71.6%, 60.0%
CMYK65%, 0%, 19%, 11%
HSV161.9°, 64.6%, 88.6%
LAB81.6, -49.1, 10.2
XYZ38.9, 59.5, 53.7
Decimal5300918
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.90:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E2B6;
}
.text-color {
color: #50E2B6;
}
.border-color {
border: 2px solid #50E2B6;
}