Shades of Sea Green #248D53
Tints of Sea Green #248D53
RGB
CMYK
RGB Variations
Color information
#248D53 (or 0x248D53) is known color: Sea Green. HEX triplet: 24, 8D and 53. RGB value is (36,141,83). Sum of RGB (Red+Green+Blue) = 36+141+83=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #248D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D53 is #DB72AC. Grayscale: #676767. Windows color (decimal): -14381741 or 5475620. OLE color: 5475620.
HSL color Cylindrical-coordinate representation of color #248D53: hue angle of 146.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D53 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 83 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.45 |
| HSL | 146.86º | 0.59% | 0.35% | - |
| HSV(B) | 146.86º | 0.74% | 0.55% | - |
| XYZ | 11.81 | 20.05 | 11.43 | - |
| YUV | 102.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 83 | 0.74 | 0 | 0.41 | 0.45 | 146.86 | 0.59 | 0.35 |
| Hex | 24 | 8D | 53 | 4A | 0 | 29 | 2D | 93 | 3B | 23 |
| Octal | 44 | 215 | 123 | 112 | 0 | 51 | 55 | 223 | 73 | 43 |
| Binary | 100100 | 10001101 | 1010011 | 1001010 | 0 | 101001 | 101101 | 10010011 | 111011 | 100011 |
Color Harmonies of #248D53
Complementary color
Monochromatic Colors of #248D53
Black with #248D53
Text Example
Text Example
White with #248D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D53; }
p { color: rgb(36,141,83); }
H1.HeaderClassName
{
color: #248D53;
}
.AnyTagClassName
{
color: #248D53;
}
</style>
background-color css
<style>
a { background-color: #248D53; }
a { background-color: rgb(36,141,83); }
div.DivClassName
{
background-color: #248D53;
}
.BgClassName
{
background-color: #248D53;
}
</style>
border-color css
<style>
span { border-color: #248D53; }
span { border-color: rgb(36,141,83); }
td.TdClassName
{
border-color: #248D53;
}
.TagClassName
{
border-color: #248D53;
}
</style>