Shades of Sea Green #248158
Tints of Sea Green #248158
RGB
CMYK
RGB Variations
Color information
#248158 (or 0x248158) is known color: Sea Green. HEX triplet: 24, 81 and 58. RGB value is (36,129,88). Sum of RGB (Red+Green+Blue) = 36+129+88=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #248158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248158 is #DB7EA7. Grayscale: #606060. Windows color (decimal): -14384808 or 5800228. OLE color: 5800228.
HSL color Cylindrical-coordinate representation of color #248158: hue angle of 153.55º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248158 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 88 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.49 |
| HSL | 153.55º | 0.56% | 0.32% | - |
| HSV(B) | 153.55º | 0.72% | 0.51% | - |
| XYZ | 10.34 | 16.78 | 11.93 | - |
| YUV | 96.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 88 | 0.72 | 0 | 0.32 | 0.49 | 153.55 | 0.56 | 0.32 |
| Hex | 24 | 81 | 58 | 48 | 0 | 20 | 31 | 9A | 38 | 20 |
| Octal | 44 | 201 | 130 | 110 | 0 | 40 | 61 | 232 | 70 | 40 |
| Binary | 100100 | 10000001 | 1011000 | 1001000 | 0 | 100000 | 110001 | 10011010 | 111000 | 100000 |
Color Harmonies of #248158
Complementary color
Monochromatic Colors of #248158
Black with #248158
Text Example
Text Example
White with #248158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248158; }
p { color: rgb(36,129,88); }
H1.HeaderClassName
{
color: #248158;
}
.AnyTagClassName
{
color: #248158;
}
</style>
background-color css
<style>
a { background-color: #248158; }
a { background-color: rgb(36,129,88); }
div.DivClassName
{
background-color: #248158;
}
.BgClassName
{
background-color: #248158;
}
</style>
border-color css
<style>
span { border-color: #248158; }
span { border-color: rgb(36,129,88); }
td.TdClassName
{
border-color: #248158;
}
.TagClassName
{
border-color: #248158;
}
</style>