Shades of Eden #206F5E
Tints of Eden #206F5E
RGB
CMYK
RGB Variations
Color information
#206F5E (or 0x206F5E) is known color: Eden. HEX triplet: 20, 6F and 5E. RGB value is (32,111,94). Sum of RGB (Red+Green+Blue) = 32+111+94=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #206F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F5E is #DF90A1. Grayscale: #555555. Windows color (decimal): -14651554 or 6188832. OLE color: 6188832.
HSL color Cylindrical-coordinate representation of color #206F5E: hue angle of 167.09º 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 #206F5E is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 94 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.56 |
| HSL | 167.09º | 0.55% | 0.28% | - |
| HSV(B) | 167.09º | 0.71% | 0.44% | - |
| XYZ | 8.3 | 12.48 | 12.56 | - |
| YUV | 85.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 94 | 0.71 | 0 | 0.15 | 0.56 | 167.09 | 0.55 | 0.28 |
| Hex | 20 | 6F | 5E | 47 | 0 | F | 38 | A7 | 37 | 1C |
| Octal | 40 | 157 | 136 | 107 | 0 | 17 | 70 | 247 | 67 | 34 |
| Binary | 100000 | 1101111 | 1011110 | 1000111 | 0 | 1111 | 111000 | 10100111 | 110111 | 11100 |
Color Harmonies of #206F5E
Complementary color
Monochromatic Colors of #206F5E
Black with #206F5E
Text Example
Text Example
White with #206F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F5E; }
p { color: rgb(32,111,94); }
H1.HeaderClassName
{
color: #206F5E;
}
.AnyTagClassName
{
color: #206F5E;
}
</style>
background-color css
<style>
a { background-color: #206F5E; }
a { background-color: rgb(32,111,94); }
div.DivClassName
{
background-color: #206F5E;
}
.BgClassName
{
background-color: #206F5E;
}
</style>
border-color css
<style>
span { border-color: #206F5E; }
span { border-color: rgb(32,111,94); }
td.TdClassName
{
border-color: #206F5E;
}
.TagClassName
{
border-color: #206F5E;
}
</style>