#50E9BD
A light, vivid green closely aligning with Aquamarine.
About #50E9BD
Visually, #50E9BD is defined as a vivid green. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 80 red, 233 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 66% C, 0% M, 19% Y, and 9% K. With a hue angle of 162.7 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50E9BD
RGB80, 233, 189
HSL162.7°, 77.7%, 61.4%
CMYK66%, 0%, 19%, 9%
HSV162.7°, 65.7%, 91.4%
LAB83.8, -50.4, 9.7
XYZ41.6, 63.7, 58.2
Decimal5302717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.73:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E9BD;
}
.text-color {
color: #50E9BD;
}
.border-color {
border: 2px solid #50E9BD;
}