#3AA8A8
A medium, moderate cyan closely aligning with Lightseagreen.
About #3AA8A8
At its core, #3AA8A8 is a medium and moderate hue. Designers often compare it to the standard color Lightseagreen. This translates to an RGB value of rgb(58, 168, 168).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 65% cyan, 0% magenta, 0% yellow, and 34% black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AA8A8
RGB58, 168, 168
HSL180.0°, 48.7%, 44.3%
CMYK65%, 0%, 0%, 34%
HSV180.0°, 65.5%, 65.9%
LAB63.1, -30.3, -9.1
XYZ22.8, 31.7, 42.0
Decimal3844264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.35:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA8A8;
}
.text-color {
color: #3AA8A8;
}
.border-color {
border: 2px solid #3AA8A8;
}