#3AB6BD
A medium, moderate cyan closely aligning with Lightseagreen.
About #3AB6BD
Visually, #3AB6BD is defined as a moderate cyan. It is closely associated with the named CSS color Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 182, and 189.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 69% cyan and 4% magenta inks. 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AB6BD
RGB58, 182, 189
HSL183.2°, 53.0%, 48.4%
CMYK69%, 4%, 0%, 26%
HSV183.2°, 69.3%, 74.1%
LAB68.0, -30.9, -13.4
XYZ27.7, 38.0, 54.0
Decimal3847869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.61:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AB6BD;
}
.text-color {
color: #3AB6BD;
}
.border-color {
border: 2px solid #3AB6BD;
}