Shades of Sea Green #248153
Tints of Sea Green #248153
RGB
CMYK
RGB Variations
Color information
#248153 (or 0x248153) is known color: Sea Green. HEX triplet: 24, 81 and 53. RGB value is (36,129,83). Sum of RGB (Red+Green+Blue) = 36+129+83=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #248153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248153 is #DB7EAC. Grayscale: #606060. Windows color (decimal): -14384813 or 5472548. OLE color: 5472548.
HSL color Cylindrical-coordinate representation of color #248153: hue angle of 150.32º 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 #248153 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 83 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.49 |
| HSL | 150.32º | 0.56% | 0.32% | - |
| HSV(B) | 150.32º | 0.72% | 0.51% | - |
| XYZ | 10.14 | 16.7 | 10.87 | - |
| YUV | 95.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 83 | 0.72 | 0 | 0.36 | 0.49 | 150.32 | 0.56 | 0.32 |
| Hex | 24 | 81 | 53 | 48 | 0 | 24 | 31 | 96 | 38 | 20 |
| Octal | 44 | 201 | 123 | 110 | 0 | 44 | 61 | 226 | 70 | 40 |
| Binary | 100100 | 10000001 | 1010011 | 1001000 | 0 | 100100 | 110001 | 10010110 | 111000 | 100000 |
Color Harmonies of #248153
Complementary color
Monochromatic Colors of #248153
Black with #248153
Text Example
Text Example
White with #248153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248153; }
p { color: rgb(36,129,83); }
H1.HeaderClassName
{
color: #248153;
}
.AnyTagClassName
{
color: #248153;
}
</style>
background-color css
<style>
a { background-color: #248153; }
a { background-color: rgb(36,129,83); }
div.DivClassName
{
background-color: #248153;
}
.BgClassName
{
background-color: #248153;
}
</style>
border-color css
<style>
span { border-color: #248153; }
span { border-color: rgb(36,129,83); }
td.TdClassName
{
border-color: #248153;
}
.TagClassName
{
border-color: #248153;
}
</style>