#50E9B6
A light, vivid green closely aligning with Aquamarine.
About #50E9B6
The precise color #50E9B6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 80 parts red, 233 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 66% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50E9B6
RGB80, 233, 182
HSL160.0°, 77.7%, 61.4%
CMYK66%, 0%, 22%, 9%
HSV160.0°, 65.7%, 91.4%
LAB83.6, -52.0, 13.1
XYZ40.9, 63.4, 54.3
Decimal5302710
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.67:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E9B6;
}
.text-color {
color: #50E9B6;
}
.border-color {
border: 2px solid #50E9B6;
}