Shades of Eden #206957
Tints of Eden #206957
RGB
CMYK
RGB Variations
Color information
#206957 (or 0x206957) is known color: Eden. HEX triplet: 20, 69 and 57. RGB value is (32,105,87). Sum of RGB (Red+Green+Blue) = 32+105+87=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #206957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206957 is #DF96A8. Grayscale: #515151. Windows color (decimal): -14653097 or 5728544. OLE color: 5728544.
HSL color Cylindrical-coordinate representation of color #206957: hue angle of 165.21º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206957 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 87 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.59 |
| HSL | 165.21º | 0.53% | 0.27% | - |
| HSV(B) | 165.21º | 0.7% | 0.41% | - |
| XYZ | 7.37 | 11.1 | 10.77 | - |
| YUV | 81.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 87 | 0.70 | 0 | 0.17 | 0.59 | 165.21 | 0.53 | 0.27 |
| Hex | 20 | 69 | 57 | 46 | 0 | 11 | 3B | A5 | 35 | 1B |
| Octal | 40 | 151 | 127 | 106 | 0 | 21 | 73 | 245 | 65 | 33 |
| Binary | 100000 | 1101001 | 1010111 | 1000110 | 0 | 10001 | 111011 | 10100101 | 110101 | 11011 |
Color Harmonies of #206957
Complementary color
Monochromatic Colors of #206957
Black with #206957
Text Example
Text Example
White with #206957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206957; }
p { color: rgb(32,105,87); }
H1.HeaderClassName
{
color: #206957;
}
.AnyTagClassName
{
color: #206957;
}
</style>
background-color css
<style>
a { background-color: #206957; }
a { background-color: rgb(32,105,87); }
div.DivClassName
{
background-color: #206957;
}
.BgClassName
{
background-color: #206957;
}
</style>
border-color css
<style>
span { border-color: #206957; }
span { border-color: rgb(32,105,87); }
td.TdClassName
{
border-color: #206957;
}
.TagClassName
{
border-color: #206957;
}
</style>