#50F8CC
A light, vivid green closely aligning with Aquamarine.
About #50F8CC
The hex code #50F8CC represents a beautifully specific shade of green. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 248, and 204.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 68% C, 0% M, 18% Y, and 3% K. With a hue angle of 164.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50F8CC
RGB80, 248, 204
HSL164.3°, 92.3%, 64.3%
CMYK68%, 0%, 18%, 3%
HSV164.3°, 67.7%, 97.3%
LAB88.5, -53.1, 8.7
XYZ47.8, 73.2, 68.7
Decimal5306572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.64:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F8CC;
}
.text-color {
color: #50F8CC;
}
.border-color {
border: 2px solid #50F8CC;
}