Shades of Eden #206F5D
Tints of Eden #206F5D
RGB
CMYK
RGB Variations
Color information
#206F5D (or 0x206F5D) is known color: Eden. HEX triplet: 20, 6F and 5D. RGB value is (32,111,93). Sum of RGB (Red+Green+Blue) = 32+111+93=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #206F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F5D is #DF90A2. Grayscale: #555555. Windows color (decimal): -14651555 or 6123296. OLE color: 6123296.
HSL color Cylindrical-coordinate representation of color #206F5D: hue angle of 166.33º 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 #206F5D is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 93 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.56 |
| HSL | 166.33º | 0.55% | 0.28% | - |
| HSV(B) | 166.33º | 0.71% | 0.44% | - |
| XYZ | 8.26 | 12.47 | 12.33 | - |
| YUV | 85.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 93 | 0.71 | 0 | 0.16 | 0.56 | 166.33 | 0.55 | 0.28 |
| Hex | 20 | 6F | 5D | 47 | 0 | 10 | 38 | A6 | 37 | 1C |
| Octal | 40 | 157 | 135 | 107 | 0 | 20 | 70 | 246 | 67 | 34 |
| Binary | 100000 | 1101111 | 1011101 | 1000111 | 0 | 10000 | 111000 | 10100110 | 110111 | 11100 |
Color Harmonies of #206F5D
Complementary color
Monochromatic Colors of #206F5D
Black with #206F5D
Text Example
Text Example
White with #206F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F5D; }
p { color: rgb(32,111,93); }
H1.HeaderClassName
{
color: #206F5D;
}
.AnyTagClassName
{
color: #206F5D;
}
</style>
background-color css
<style>
a { background-color: #206F5D; }
a { background-color: rgb(32,111,93); }
div.DivClassName
{
background-color: #206F5D;
}
.BgClassName
{
background-color: #206F5D;
}
</style>
border-color css
<style>
span { border-color: #206F5D; }
span { border-color: rgb(32,111,93); }
td.TdClassName
{
border-color: #206F5D;
}
.TagClassName
{
border-color: #206F5D;
}
</style>