Shades of Sea Green #209C50
Tints of Sea Green #209C50
RGB
CMYK
RGB Variations
Color information
#209C50 (or 0x209C50) is known color: Sea Green. HEX triplet: 20, 9C and 50. RGB value is (32,156,80). Sum of RGB (Red+Green+Blue) = 32+156+80=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #209C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209C50 is #DF63AF. Grayscale: #6E6E6E. Windows color (decimal): -14640048 or 5282848. OLE color: 5282848.
HSL color Cylindrical-coordinate representation of color #209C50: hue angle of 143.23º 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 #209C50 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 156 | 80 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.39 |
| HSL | 143.23º | 0.66% | 0.37% | - |
| HSV(B) | 143.23º | 0.79% | 0.61% | - |
| XYZ | 13.93 | 24.66 | 11.62 | - |
| YUV | 110.26 | 110.92 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 80 | 0.79 | 0 | 0.49 | 0.39 | 143.23 | 0.66 | 0.37 |
| Hex | 20 | 9C | 50 | 4F | 0 | 31 | 27 | 8F | 42 | 25 |
| Octal | 40 | 234 | 120 | 117 | 0 | 61 | 47 | 217 | 102 | 45 |
| Binary | 100000 | 10011100 | 1010000 | 1001111 | 0 | 110001 | 100111 | 10001111 | 1000010 | 100101 |
Color Harmonies of #209C50
Complementary color
Monochromatic Colors of #209C50
Black with #209C50
Text Example
Text Example
White with #209C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209C50; }
p { color: rgb(32,156,80); }
H1.HeaderClassName
{
color: #209C50;
}
.AnyTagClassName
{
color: #209C50;
}
</style>
background-color css
<style>
a { background-color: #209C50; }
a { background-color: rgb(32,156,80); }
div.DivClassName
{
background-color: #209C50;
}
.BgClassName
{
background-color: #209C50;
}
</style>
border-color css
<style>
span { border-color: #209C50; }
span { border-color: rgb(32,156,80); }
td.TdClassName
{
border-color: #209C50;
}
.TagClassName
{
border-color: #209C50;
}
</style>