Shades of Sea Green #249355
Tints of Sea Green #249355
RGB
CMYK
RGB Variations
Color information
#249355 (or 0x249355) is known color: Sea Green. HEX triplet: 24, 93 and 55. RGB value is (36,147,85). Sum of RGB (Red+Green+Blue) = 36+147+85=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #249355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249355 is #DB6CAA. Grayscale: #6A6A6A. Windows color (decimal): -14380203 or 5608228. OLE color: 5608228.
HSL color Cylindrical-coordinate representation of color #249355: hue angle of 146.49º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249355 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 147 | 85 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.42 |
| HSL | 146.49º | 0.61% | 0.36% | - |
| HSV(B) | 146.49º | 0.76% | 0.58% | - |
| XYZ | 12.8 | 21.9 | 12.15 | - |
| YUV | 106.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 85 | 0.76 | 0 | 0.42 | 0.42 | 146.49 | 0.61 | 0.36 |
| Hex | 24 | 93 | 55 | 4C | 0 | 2A | 2A | 92 | 3D | 24 |
| Octal | 44 | 223 | 125 | 114 | 0 | 52 | 52 | 222 | 75 | 44 |
| Binary | 100100 | 10010011 | 1010101 | 1001100 | 0 | 101010 | 101010 | 10010010 | 111101 | 100100 |
Color Harmonies of #249355
Complementary color
Monochromatic Colors of #249355
Black with #249355
Text Example
Text Example
White with #249355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249355; }
p { color: rgb(36,147,85); }
H1.HeaderClassName
{
color: #249355;
}
.AnyTagClassName
{
color: #249355;
}
</style>
background-color css
<style>
a { background-color: #249355; }
a { background-color: rgb(36,147,85); }
div.DivClassName
{
background-color: #249355;
}
.BgClassName
{
background-color: #249355;
}
</style>
border-color css
<style>
span { border-color: #249355; }
span { border-color: rgb(36,147,85); }
td.TdClassName
{
border-color: #249355;
}
.TagClassName
{
border-color: #249355;
}
</style>