Shades of Eden #206859
Tints of Eden #206859
RGB
CMYK
RGB Variations
Color information
#206859 (or 0x206859) is known color: Eden. HEX triplet: 20, 68 and 59. RGB value is (32,104,89). Sum of RGB (Red+Green+Blue) = 32+104+89=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #206859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206859 is #DF97A6. Grayscale: #505050. Windows color (decimal): -14653351 or 5859360. OLE color: 5859360.
HSL color Cylindrical-coordinate representation of color #206859: hue angle of 167.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206859 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 89 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.59 |
| HSL | 167.5º | 0.53% | 0.27% | - |
| HSV(B) | 167.5º | 0.69% | 0.41% | - |
| XYZ | 7.35 | 10.93 | 11.17 | - |
| YUV | 80.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 89 | 0.69 | 0 | 0.14 | 0.59 | 167.5 | 0.53 | 0.27 |
| Hex | 20 | 68 | 59 | 45 | 0 | E | 3B | A8 | 35 | 1B |
| Octal | 40 | 150 | 131 | 105 | 0 | 16 | 73 | 250 | 65 | 33 |
| Binary | 100000 | 1101000 | 1011001 | 1000101 | 0 | 1110 | 111011 | 10101000 | 110101 | 11011 |
Color Harmonies of #206859
Complementary color
Monochromatic Colors of #206859
Black with #206859
Text Example
Text Example
White with #206859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206859; }
p { color: rgb(32,104,89); }
H1.HeaderClassName
{
color: #206859;
}
.AnyTagClassName
{
color: #206859;
}
</style>
background-color css
<style>
a { background-color: #206859; }
a { background-color: rgb(32,104,89); }
div.DivClassName
{
background-color: #206859;
}
.BgClassName
{
background-color: #206859;
}
</style>
border-color css
<style>
span { border-color: #206859; }
span { border-color: rgb(32,104,89); }
td.TdClassName
{
border-color: #206859;
}
.TagClassName
{
border-color: #206859;
}
</style>