Shades of Eden #206F55
Tints of Eden #206F55
RGB
CMYK
RGB Variations
Color information
#206F55 (or 0x206F55) is known color: Eden. HEX triplet: 20, 6F and 55. RGB value is (32,111,85). Sum of RGB (Red+Green+Blue) = 32+111+85=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #206F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F55 is #DF90AA. Grayscale: #545454. Windows color (decimal): -14651563 or 5599008. OLE color: 5599008.
HSL color Cylindrical-coordinate representation of color #206F55: hue angle of 160.25º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F55 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 85 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.56 |
| HSL | 160.25º | 0.55% | 0.28% | - |
| HSV(B) | 160.25º | 0.71% | 0.44% | - |
| XYZ | 7.92 | 12.33 | 10.56 | - |
| YUV | 84.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 85 | 0.71 | 0 | 0.23 | 0.56 | 160.25 | 0.55 | 0.28 |
| Hex | 20 | 6F | 55 | 47 | 0 | 17 | 38 | A0 | 37 | 1C |
| Octal | 40 | 157 | 125 | 107 | 0 | 27 | 70 | 240 | 67 | 34 |
| Binary | 100000 | 1101111 | 1010101 | 1000111 | 0 | 10111 | 111000 | 10100000 | 110111 | 11100 |
Color Harmonies of #206F55
Complementary color
Monochromatic Colors of #206F55
Black with #206F55
Text Example
Text Example
White with #206F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F55; }
p { color: rgb(32,111,85); }
H1.HeaderClassName
{
color: #206F55;
}
.AnyTagClassName
{
color: #206F55;
}
</style>
background-color css
<style>
a { background-color: #206F55; }
a { background-color: rgb(32,111,85); }
div.DivClassName
{
background-color: #206F55;
}
.BgClassName
{
background-color: #206F55;
}
</style>
border-color css
<style>
span { border-color: #206F55; }
span { border-color: rgb(32,111,85); }
td.TdClassName
{
border-color: #206F55;
}
.TagClassName
{
border-color: #206F55;
}
</style>