#3AA8A0
A medium, moderate cyan closely aligning with Lightseagreen.
About #3AA8A0
Visually, #3AA8A0 is defined as a moderate cyan. It is closely associated with the named CSS color Lightseagreen. This translates to an RGB value of rgb(58, 168, 160).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 65% C, 0% M, 5% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AA8A0
RGB58, 168, 160
HSL175.6°, 48.7%, 44.3%
CMYK65%, 0%, 5%, 34%
HSV175.6°, 65.5%, 65.9%
LAB62.9, -32.6, -5.0
XYZ22.1, 31.4, 38.2
Decimal3844256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.29:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA8A0;
}
.text-color {
color: #3AA8A0;
}
.border-color {
border: 2px solid #3AA8A0;
}