#57B6A0
A medium, moderate cyan closely aligning with Lightseagreen.
About #57B6A0
Visually, #57B6A0 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Lightseagreen. This translates to an RGB value of rgb(87, 182, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 52% Cyan, 0% Magenta, 12% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57B6A0
RGB87, 182, 160
HSL166.1°, 39.4%, 52.7%
CMYK52%, 0%, 12%, 29%
HSV166.1°, 52.2%, 71.4%
LAB68.0, -33.5, 2.6
XYZ27.0, 38.0, 39.2
Decimal5748384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.60:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57B6A0;
}
.text-color {
color: #57B6A0;
}
.border-color {
border: 2px solid #57B6A0;
}