#50CCA0
A medium, moderate green closely aligning with Mediumaquamarine.
About #50CCA0
Visually, #50CCA0 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 204, and 160.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 61% C, 0% M, 22% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50CCA0
RGB80, 204, 160
HSL158.7°, 54.9%, 55.7%
CMYK61%, 0%, 22%, 20%
HSV158.7°, 60.8%, 80.0%
LAB74.5, -44.8, 11.8
XYZ31.2, 47.4, 40.8
Decimal5295264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.49:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CCA0;
}
.text-color {
color: #50CCA0;
}
.border-color {
border: 2px solid #50CCA0;
}