#246D50
A dark, moderate green closely aligning with Seagreen.
About #246D50
The precise color #246D50 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 109, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 67% C, 0% M, 27% Y, and 57% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#246D50
RGB36, 109, 80
HSL156.2°, 50.3%, 28.4%
CMYK67%, 0%, 27%, 57%
HSV156.2°, 67.0%, 42.7%
LAB41.0, -30.1, 9.7
XYZ7.6, 11.9, 9.5
Decimal2387280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.22:1
Text on #FFFFFF
AA
3.38:1
Text on #000000
AA Large
5.94:1
Text on #F8FAFC
AA
2.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #246D50;
}
.text-color {
color: #246D50;
}
.border-color {
border: 2px solid #246D50;
}