#50E9AF
A light, vivid green closely aligning with Aquamarine.
About #50E9AF
Visually, #50E9AF 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, 233, 175).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 66% Cyan, 0% Magenta, 25% Yellow, and 9% Black. With a hue angle of 157.3 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50E9AF
RGB80, 233, 175
HSL157.3°, 77.7%, 61.4%
CMYK66%, 0%, 25%, 9%
HSV157.3°, 65.7%, 91.4%
LAB83.5, -53.5, 16.6
XYZ40.2, 63.1, 50.6
Decimal5302703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.62:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E9AF;
}
.text-color {
color: #50E9AF;
}
.border-color {
border: 2px solid #50E9AF;
}