Shades of Eden #206759
Tints of Eden #206759
RGB
CMYK
RGB Variations
Color information
#206759 (or 0x206759) is known color: Eden. HEX triplet: 20, 67 and 59. RGB value is (32,103,89). Sum of RGB (Red+Green+Blue) = 32+103+89=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #206759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206759 is #DF98A6. Grayscale: #505050. Windows color (decimal): -14653607 or 5859104. OLE color: 5859104.
HSL color Cylindrical-coordinate representation of color #206759: hue angle of 168.17º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206759 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 89 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.60 |
| HSL | 168.17º | 0.53% | 0.26% | - |
| HSV(B) | 168.17º | 0.69% | 0.4% | - |
| XYZ | 7.25 | 10.73 | 11.14 | - |
| YUV | 80.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 89 | 0.69 | 0 | 0.14 | 0.60 | 168.17 | 0.53 | 0.26 |
| Hex | 20 | 67 | 59 | 45 | 0 | E | 3C | A8 | 35 | 1A |
| Octal | 40 | 147 | 131 | 105 | 0 | 16 | 74 | 250 | 65 | 32 |
| Binary | 100000 | 1100111 | 1011001 | 1000101 | 0 | 1110 | 111100 | 10101000 | 110101 | 11010 |
Color Harmonies of #206759
Complementary color
Monochromatic Colors of #206759
Black with #206759
Text Example
Text Example
White with #206759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206759; }
p { color: rgb(32,103,89); }
H1.HeaderClassName
{
color: #206759;
}
.AnyTagClassName
{
color: #206759;
}
</style>
background-color css
<style>
a { background-color: #206759; }
a { background-color: rgb(32,103,89); }
div.DivClassName
{
background-color: #206759;
}
.BgClassName
{
background-color: #206759;
}
</style>
border-color css
<style>
span { border-color: #206759; }
span { border-color: rgb(32,103,89); }
td.TdClassName
{
border-color: #206759;
}
.TagClassName
{
border-color: #206759;
}
</style>