Shades of Sea Green #209C52
Tints of Sea Green #209C52
RGB
CMYK
RGB Variations
Color information
#209C52 (or 0x209C52) is known color: Sea Green. HEX triplet: 20, 9C and 52. RGB value is (32,156,82). Sum of RGB (Red+Green+Blue) = 32+156+82=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #209C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209C52 is #DF63AD. Grayscale: #6E6E6E. Windows color (decimal): -14640046 or 5413920. OLE color: 5413920.
HSL color Cylindrical-coordinate representation of color #209C52: hue angle of 144.19º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209C52 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 156 | 82 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.39 |
| HSL | 144.19º | 0.66% | 0.37% | - |
| HSV(B) | 144.19º | 0.79% | 0.61% | - |
| XYZ | 14.01 | 24.69 | 12.01 | - |
| YUV | 110.49 | 111.92 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 82 | 0.79 | 0 | 0.47 | 0.39 | 144.19 | 0.66 | 0.37 |
| Hex | 20 | 9C | 52 | 4F | 0 | 2F | 27 | 90 | 42 | 25 |
| Octal | 40 | 234 | 122 | 117 | 0 | 57 | 47 | 220 | 102 | 45 |
| Binary | 100000 | 10011100 | 1010010 | 1001111 | 0 | 101111 | 100111 | 10010000 | 1000010 | 100101 |
Color Harmonies of #209C52
Complementary color
Monochromatic Colors of #209C52
Black with #209C52
Text Example
Text Example
White with #209C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209C52; }
p { color: rgb(32,156,82); }
H1.HeaderClassName
{
color: #209C52;
}
.AnyTagClassName
{
color: #209C52;
}
</style>
background-color css
<style>
a { background-color: #209C52; }
a { background-color: rgb(32,156,82); }
div.DivClassName
{
background-color: #209C52;
}
.BgClassName
{
background-color: #209C52;
}
</style>
border-color css
<style>
span { border-color: #209C52; }
span { border-color: rgb(32,156,82); }
td.TdClassName
{
border-color: #209C52;
}
.TagClassName
{
border-color: #209C52;
}
</style>