Shades of Sea Green #209052
Tints of Sea Green #209052
RGB
CMYK
RGB Variations
Color information
#209052 (or 0x209052) is known color: Sea Green. HEX triplet: 20, 90 and 52. RGB value is (32,144,82). Sum of RGB (Red+Green+Blue) = 32+144+82=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #209052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209052 is #DF6FAD. Grayscale: #676767. Windows color (decimal): -14643118 or 5410848. OLE color: 5410848.
HSL color Cylindrical-coordinate representation of color #209052: hue angle of 146.79º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209052 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 82 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.44 |
| HSL | 146.79º | 0.64% | 0.35% | - |
| HSV(B) | 146.79º | 0.78% | 0.56% | - |
| XYZ | 12.09 | 20.86 | 11.37 | - |
| YUV | 103.44 | 115.89 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 82 | 0.78 | 0 | 0.43 | 0.44 | 146.79 | 0.64 | 0.35 |
| Hex | 20 | 90 | 52 | 4E | 0 | 2B | 2C | 93 | 40 | 23 |
| Octal | 40 | 220 | 122 | 116 | 0 | 53 | 54 | 223 | 100 | 43 |
| Binary | 100000 | 10010000 | 1010010 | 1001110 | 0 | 101011 | 101100 | 10010011 | 1000000 | 100011 |
Color Harmonies of #209052
Complementary color
Monochromatic Colors of #209052
Black with #209052
Text Example
Text Example
White with #209052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209052; }
p { color: rgb(32,144,82); }
H1.HeaderClassName
{
color: #209052;
}
.AnyTagClassName
{
color: #209052;
}
</style>
background-color css
<style>
a { background-color: #209052; }
a { background-color: rgb(32,144,82); }
div.DivClassName
{
background-color: #209052;
}
.BgClassName
{
background-color: #209052;
}
</style>
border-color css
<style>
span { border-color: #209052; }
span { border-color: rgb(32,144,82); }
td.TdClassName
{
border-color: #209052;
}
.TagClassName
{
border-color: #209052;
}
</style>