Shades of Sea Green #249052
Tints of Sea Green #249052
RGB
CMYK
RGB Variations
Color information
#249052 (or 0x249052) is known color: Sea Green. HEX triplet: 24, 90 and 52. RGB value is (36,144,82). Sum of RGB (Red+Green+Blue) = 36+144+82=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #249052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249052 is #DB6FAD. Grayscale: #686868. Windows color (decimal): -14380974 or 5410852. OLE color: 5410852.
HSL color Cylindrical-coordinate representation of color #249052: hue angle of 145.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249052 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 144 | 82 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.44 |
| HSL | 145.56º | 0.6% | 0.35% | - |
| HSV(B) | 145.56º | 0.75% | 0.56% | - |
| XYZ | 12.22 | 20.93 | 11.38 | - |
| YUV | 104.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 82 | 0.75 | 0 | 0.43 | 0.44 | 145.56 | 0.6 | 0.35 |
| Hex | 24 | 90 | 52 | 4B | 0 | 2B | 2C | 92 | 3C | 23 |
| Octal | 44 | 220 | 122 | 113 | 0 | 53 | 54 | 222 | 74 | 43 |
| Binary | 100100 | 10010000 | 1010010 | 1001011 | 0 | 101011 | 101100 | 10010010 | 111100 | 100011 |
Color Harmonies of #249052
Complementary color
Monochromatic Colors of #249052
Black with #249052
Text Example
Text Example
White with #249052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249052; }
p { color: rgb(36,144,82); }
H1.HeaderClassName
{
color: #249052;
}
.AnyTagClassName
{
color: #249052;
}
</style>
background-color css
<style>
a { background-color: #249052; }
a { background-color: rgb(36,144,82); }
div.DivClassName
{
background-color: #249052;
}
.BgClassName
{
background-color: #249052;
}
</style>
border-color css
<style>
span { border-color: #249052; }
span { border-color: rgb(36,144,82); }
td.TdClassName
{
border-color: #249052;
}
.TagClassName
{
border-color: #249052;
}
</style>