#3A8A92
A medium, moderate cyan closely aligning with Teal.
About #3A8A92
At its core, #3A8A92 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 138, and 146.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 60% cyan, 5% magenta, 0% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#3A8A92
RGB58, 138, 146
HSL185.5°, 43.1%, 40.0%
CMYK60%, 5%, 0%, 43%
HSV185.5°, 60.3%, 57.3%
LAB53.1, -21.7, -11.6
XYZ16.0, 21.2, 30.4
Decimal3836562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8A92;
}
.text-color {
color: #3A8A92;
}
.border-color {
border: 2px solid #3A8A92;
}