Shades of Sea Green #249053
Tints of Sea Green #249053
RGB
CMYK
RGB Variations
Color information
#249053 (or 0x249053) is known color: Sea Green. HEX triplet: 24, 90 and 53. RGB value is (36,144,83). Sum of RGB (Red+Green+Blue) = 36+144+83=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #249053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249053 is #DB6FAC. Grayscale: #686868. Windows color (decimal): -14380973 or 5476388. OLE color: 5476388.
HSL color Cylindrical-coordinate representation of color #249053: hue angle of 146.11º 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 #249053 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 144 | 83 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.44 |
| HSL | 146.11º | 0.6% | 0.35% | - |
| HSV(B) | 146.11º | 0.75% | 0.56% | - |
| XYZ | 12.26 | 20.95 | 11.58 | - |
| YUV | 104.75 | 115.72 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 83 | 0.75 | 0 | 0.42 | 0.44 | 146.11 | 0.6 | 0.35 |
| Hex | 24 | 90 | 53 | 4B | 0 | 2A | 2C | 92 | 3C | 23 |
| Octal | 44 | 220 | 123 | 113 | 0 | 52 | 54 | 222 | 74 | 43 |
| Binary | 100100 | 10010000 | 1010011 | 1001011 | 0 | 101010 | 101100 | 10010010 | 111100 | 100011 |
Color Harmonies of #249053
Complementary color
Monochromatic Colors of #249053
Black with #249053
Text Example
Text Example
White with #249053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249053; }
p { color: rgb(36,144,83); }
H1.HeaderClassName
{
color: #249053;
}
.AnyTagClassName
{
color: #249053;
}
</style>
background-color css
<style>
a { background-color: #249053; }
a { background-color: rgb(36,144,83); }
div.DivClassName
{
background-color: #249053;
}
.BgClassName
{
background-color: #249053;
}
</style>
border-color css
<style>
span { border-color: #249053; }
span { border-color: rgb(36,144,83); }
td.TdClassName
{
border-color: #249053;
}
.TagClassName
{
border-color: #249053;
}
</style>