#50FFC5
A light, vivid green closely aligning with Aquamarine.
About #50FFC5
Visually, #50FFC5 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(80, 255, 197).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 69% C, 0% M, 23% Y, and 0% K. With a hue angle of 160.1 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50FFC5
RGB80, 255, 197
HSL160.1°, 100.0%, 65.7%
CMYK69%, 0%, 23%, 0%
HSV160.1°, 68.6%, 100.0%
LAB90.4, -57.5, 15.0
XYZ49.1, 77.3, 65.1
Decimal5308357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.45:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FFC5;
}
.text-color {
color: #50FFC5;
}
.border-color {
border: 2px solid #50FFC5;
}