#3A7C6D
A dark, moderate cyan closely aligning with Teal.
About #3A7C6D
When working with digital screens, the color #3A7C6D is rendered by mixing light. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 58 red, 124 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 53% Cyan, 0% Magenta, 12% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A7C6D
RGB58, 124, 109
HSL166.4°, 36.3%, 35.7%
CMYK53%, 0%, 12%, 51%
HSV166.4°, 53.2%, 48.6%
LAB47.5, -25.0, 1.8
XYZ11.7, 16.4, 17.0
Decimal3832941
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.90:1
Text on #FFFFFF
AA
4.28:1
Text on #000000
AA Large
4.69:1
Text on #F8FAFC
AA
3.64:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7C6D;
}
.text-color {
color: #3A7C6D;
}
.border-color {
border: 2px solid #3A7C6D;
}