#50AFA0
A medium, moderate cyan closely aligning with Lightseagreen.
About #50AFA0
At its core, #50AFA0 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Lightseagreen. This translates to an RGB value of rgb(80, 175, 160).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 54% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50AFA0
RGB80, 175, 160
HSL170.5°, 37.3%, 50.0%
CMYK54%, 0%, 9%, 31%
HSV170.5°, 54.3%, 68.6%
LAB65.7, -31.8, -0.8
XYZ25.0, 34.9, 38.7
Decimal5287840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.98:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50AFA0;
}
.text-color {
color: #50AFA0;
}
.border-color {
border: 2px solid #50AFA0;
}