Shades of Sea Green #249855
Tints of Sea Green #249855
RGB
CMYK
RGB Variations
Color information
#249855 (or 0x249855) is known color: Sea Green. HEX triplet: 24, 98 and 55. RGB value is (36,152,85). Sum of RGB (Red+Green+Blue) = 36+152+85=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #249855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249855 is #DB67AA. Grayscale: #6D6D6D. Windows color (decimal): -14378923 or 5609508. OLE color: 5609508.
HSL color Cylindrical-coordinate representation of color #249855: hue angle of 145.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249855 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 85 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.40 |
| HSL | 145.34º | 0.62% | 0.37% | - |
| HSV(B) | 145.34º | 0.76% | 0.6% | - |
| XYZ | 13.6 | 23.49 | 12.41 | - |
| YUV | 109.68 | 114.07 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 85 | 0.76 | 0 | 0.44 | 0.40 | 145.34 | 0.62 | 0.37 |
| Hex | 24 | 98 | 55 | 4C | 0 | 2C | 28 | 91 | 3E | 25 |
| Octal | 44 | 230 | 125 | 114 | 0 | 54 | 50 | 221 | 76 | 45 |
| Binary | 100100 | 10011000 | 1010101 | 1001100 | 0 | 101100 | 101000 | 10010001 | 111110 | 100101 |
Color Harmonies of #249855
Complementary color
Monochromatic Colors of #249855
Black with #249855
Text Example
Text Example
White with #249855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249855; }
p { color: rgb(36,152,85); }
H1.HeaderClassName
{
color: #249855;
}
.AnyTagClassName
{
color: #249855;
}
</style>
background-color css
<style>
a { background-color: #249855; }
a { background-color: rgb(36,152,85); }
div.DivClassName
{
background-color: #249855;
}
.BgClassName
{
background-color: #249855;
}
</style>
border-color css
<style>
span { border-color: #249855; }
span { border-color: rgb(36,152,85); }
td.TdClassName
{
border-color: #249855;
}
.TagClassName
{
border-color: #249855;
}
</style>