#3AA08A
A medium, moderate cyan closely aligning with Lightseagreen.
About #3AA08A
Visually, #3AA08A is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Lightseagreen. Its digital footprint relies on 58 parts red, 160 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 64% C, 0% M, 14% Y, and 37% K. The HSL representation is 167.1° hue, 46.8% saturation, and 42.7% lightness.
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#3AA08A
RGB58, 160, 138
HSL167.1°, 46.8%, 42.7%
CMYK64%, 0%, 14%, 37%
HSV167.1°, 63.8%, 62.7%
LAB59.8, -34.8, 2.8
XYZ18.9, 27.9, 28.4
Decimal3842186
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.58:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA08A;
}
.text-color {
color: #3AA08A;
}
.border-color {
border: 2px solid #3AA08A;
}