Shades of Sea Green #209F50
Tints of Sea Green #209F50
RGB
CMYK
RGB Variations
Color information
#209F50 (or 0x209F50) is known color: Sea Green. HEX triplet: 20, 9F and 50. RGB value is (32,159,80). Sum of RGB (Red+Green+Blue) = 32+159+80=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #209F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F50 is #DF60AF. Grayscale: #707070. Windows color (decimal): -14639280 or 5283616. OLE color: 5283616.
HSL color Cylindrical-coordinate representation of color #209F50: hue angle of 142.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F50 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 159 | 80 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.38 |
| HSL | 142.68º | 0.66% | 0.37% | - |
| HSV(B) | 142.68º | 0.8% | 0.62% | - |
| XYZ | 14.44 | 25.68 | 11.79 | - |
| YUV | 112.02 | 109.92 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 80 | 0.80 | 0 | 0.50 | 0.38 | 142.68 | 0.66 | 0.37 |
| Hex | 20 | 9F | 50 | 50 | 0 | 32 | 26 | 8F | 42 | 25 |
| Octal | 40 | 237 | 120 | 120 | 0 | 62 | 46 | 217 | 102 | 45 |
| Binary | 100000 | 10011111 | 1010000 | 1010000 | 0 | 110010 | 100110 | 10001111 | 1000010 | 100101 |
Color Harmonies of #209F50
Complementary color
Monochromatic Colors of #209F50
Black with #209F50
Text Example
Text Example
White with #209F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209F50; }
p { color: rgb(32,159,80); }
H1.HeaderClassName
{
color: #209F50;
}
.AnyTagClassName
{
color: #209F50;
}
</style>
background-color css
<style>
a { background-color: #209F50; }
a { background-color: rgb(32,159,80); }
div.DivClassName
{
background-color: #209F50;
}
.BgClassName
{
background-color: #209F50;
}
</style>
border-color css
<style>
span { border-color: #209F50; }
span { border-color: rgb(32,159,80); }
td.TdClassName
{
border-color: #209F50;
}
.TagClassName
{
border-color: #209F50;
}
</style>