#247C57
A dark, moderate green closely aligning with Seagreen.
About #247C57
When working with digital screens, the color #247C57 is rendered by mixing light. It is closely associated with the named CSS color Seagreen. This translates to an RGB value of rgb(36, 124, 87).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 71% C, 0% M, 30% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#247C57
RGB36, 124, 87
HSL154.8°, 55.0%, 31.4%
CMYK71%, 0%, 30%, 51%
HSV154.8°, 71.0%, 48.6%
LAB46.3, -35.2, 12.9
XYZ9.7, 15.5, 11.5
Decimal2391127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.13:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.90:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #247C57;
}
.text-color {
color: #247C57;
}
.border-color {
border: 2px solid #247C57;
}