#248A57
A dark, moderate green closely aligning with Seagreen.
About #248A57
When working with digital screens, the color #248A57 is rendered by mixing light. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 138, and 87.
If you are designing for print, the four-color process is what matters most. The color uses 74% Cyan, 0% Magenta, 37% Yellow, and 46% Black. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#248A57
RGB36, 138, 87
HSL150.0°, 58.6%, 34.1%
CMYK74%, 0%, 37%, 46%
HSV150.0°, 73.9%, 54.1%
LAB51.0, -41.1, 19.2
XYZ11.5, 19.2, 12.1
Decimal2394711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #248A57;
}
.text-color {
color: #248A57;
}
.border-color {
border: 2px solid #248A57;
}