Shades of Sea Green #248953
Tints of Sea Green #248953
RGB
CMYK
RGB Variations
Color information
#248953 (or 0x248953) is known color: Sea Green. HEX triplet: 24, 89 and 53. RGB value is (36,137,83). Sum of RGB (Red+Green+Blue) = 36+137+83=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #248953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248953 is #DB76AC. Grayscale: #646464. Windows color (decimal): -14382765 or 5474596. OLE color: 5474596.
HSL color Cylindrical-coordinate representation of color #248953: hue angle of 147.92º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248953 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 137 | 83 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.46 |
| HSL | 147.92º | 0.58% | 0.34% | - |
| HSV(B) | 147.92º | 0.74% | 0.54% | - |
| XYZ | 11.23 | 18.89 | 11.24 | - |
| YUV | 100.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 83 | 0.74 | 0 | 0.39 | 0.46 | 147.92 | 0.58 | 0.34 |
| Hex | 24 | 89 | 53 | 4A | 0 | 27 | 2E | 94 | 3A | 22 |
| Octal | 44 | 211 | 123 | 112 | 0 | 47 | 56 | 224 | 72 | 42 |
| Binary | 100100 | 10001001 | 1010011 | 1001010 | 0 | 100111 | 101110 | 10010100 | 111010 | 100010 |
Color Harmonies of #248953
Complementary color
Monochromatic Colors of #248953
Black with #248953
Text Example
Text Example
White with #248953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248953; }
p { color: rgb(36,137,83); }
H1.HeaderClassName
{
color: #248953;
}
.AnyTagClassName
{
color: #248953;
}
</style>
background-color css
<style>
a { background-color: #248953; }
a { background-color: rgb(36,137,83); }
div.DivClassName
{
background-color: #248953;
}
.BgClassName
{
background-color: #248953;
}
</style>
border-color css
<style>
span { border-color: #248953; }
span { border-color: rgb(36,137,83); }
td.TdClassName
{
border-color: #248953;
}
.TagClassName
{
border-color: #248953;
}
</style>