Shades of Sea Green #249352
Tints of Sea Green #249352
RGB
CMYK
RGB Variations
Color information
#249352 (or 0x249352) is known color: Sea Green. HEX triplet: 24, 93 and 52. RGB value is (36,147,82). Sum of RGB (Red+Green+Blue) = 36+147+82=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #249352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249352 is #DB6CAD. Grayscale: #6A6A6A. Windows color (decimal): -14380206 or 5411620. OLE color: 5411620.
HSL color Cylindrical-coordinate representation of color #249352: hue angle of 144.86º 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 #249352 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 147 | 82 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.42 |
| HSL | 144.86º | 0.61% | 0.36% | - |
| HSV(B) | 144.86º | 0.76% | 0.58% | - |
| XYZ | 12.68 | 21.85 | 11.53 | - |
| YUV | 106.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 82 | 0.76 | 0 | 0.44 | 0.42 | 144.86 | 0.61 | 0.36 |
| Hex | 24 | 93 | 52 | 4C | 0 | 2C | 2A | 91 | 3D | 24 |
| Octal | 44 | 223 | 122 | 114 | 0 | 54 | 52 | 221 | 75 | 44 |
| Binary | 100100 | 10010011 | 1010010 | 1001100 | 0 | 101100 | 101010 | 10010001 | 111101 | 100100 |
Color Harmonies of #249352
Complementary color
Monochromatic Colors of #249352
Black with #249352
Text Example
Text Example
White with #249352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249352; }
p { color: rgb(36,147,82); }
H1.HeaderClassName
{
color: #249352;
}
.AnyTagClassName
{
color: #249352;
}
</style>
background-color css
<style>
a { background-color: #249352; }
a { background-color: rgb(36,147,82); }
div.DivClassName
{
background-color: #249352;
}
.BgClassName
{
background-color: #249352;
}
</style>
border-color css
<style>
span { border-color: #249352; }
span { border-color: rgb(36,147,82); }
td.TdClassName
{
border-color: #249352;
}
.TagClassName
{
border-color: #249352;
}
</style>