#248A6D
A dark, moderate green closely aligning with Seagreen.
About #248A6D
The precise color #248A6D is an excellent choice for modern design projects. It is closely associated with the named CSS color Seagreen. In the RGB color space, it consists of 36 red, 138 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 74% cyan and 0% magenta inks. With a hue angle of 162.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#248A6D
RGB36, 138, 109
HSL162.9°, 58.6%, 34.1%
CMYK74%, 0%, 21%, 46%
HSV162.9°, 73.9%, 54.1%
LAB51.4, -35.9, 7.3
XYZ12.6, 19.7, 17.6
Decimal2394733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #248A6D;
}
.text-color {
color: #248A6D;
}
.border-color {
border: 2px solid #248A6D;
}