Shades of Sea Green #248458
Tints of Sea Green #248458
RGB
CMYK
RGB Variations
Color information
#248458 (or 0x248458) is known color: Sea Green. HEX triplet: 24, 84 and 58. RGB value is (36,132,88). Sum of RGB (Red+Green+Blue) = 36+132+88=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #248458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248458 is #DB7BA7. Grayscale: #626262. Windows color (decimal): -14384040 or 5800996. OLE color: 5800996.
HSL color Cylindrical-coordinate representation of color #248458: hue angle of 152.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248458 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 132 | 88 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.48 |
| HSL | 152.5º | 0.57% | 0.33% | - |
| HSV(B) | 152.5º | 0.73% | 0.52% | - |
| XYZ | 10.74 | 17.58 | 12.06 | - |
| YUV | 98.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 132 | 88 | 0.73 | 0 | 0.33 | 0.48 | 152.5 | 0.57 | 0.33 |
| Hex | 24 | 84 | 58 | 49 | 0 | 21 | 30 | 98 | 39 | 21 |
| Octal | 44 | 204 | 130 | 111 | 0 | 41 | 60 | 230 | 71 | 41 |
| Binary | 100100 | 10000100 | 1011000 | 1001001 | 0 | 100001 | 110000 | 10011000 | 111001 | 100001 |
Color Harmonies of #248458
Complementary color
Monochromatic Colors of #248458
Black with #248458
Text Example
Text Example
White with #248458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248458; }
p { color: rgb(36,132,88); }
H1.HeaderClassName
{
color: #248458;
}
.AnyTagClassName
{
color: #248458;
}
</style>
background-color css
<style>
a { background-color: #248458; }
a { background-color: rgb(36,132,88); }
div.DivClassName
{
background-color: #248458;
}
.BgClassName
{
background-color: #248458;
}
</style>
border-color css
<style>
span { border-color: #248458; }
span { border-color: rgb(36,132,88); }
td.TdClassName
{
border-color: #248458;
}
.TagClassName
{
border-color: #248458;
}
</style>