#50E9A8
A light, vivid green closely aligning with Aquamarine.
About #50E9A8
When working with digital screens, the color #50E9A8 is rendered by mixing light. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 233, and 168.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 66% C, 0% M, 28% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50E9A8
RGB80, 233, 168
HSL154.5°, 77.7%, 61.4%
CMYK66%, 0%, 28%, 9%
HSV154.5°, 65.7%, 91.4%
LAB83.3, -55.0, 20.0
XYZ39.5, 62.8, 47.1
Decimal5302696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.56:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E9A8;
}
.text-color {
color: #50E9A8;
}
.border-color {
border: 2px solid #50E9A8;
}