Shades of Eden #206958
Tints of Eden #206958
RGB
CMYK
RGB Variations
Color information
#206958 (or 0x206958) is known color: Eden. HEX triplet: 20, 69 and 58. RGB value is (32,105,88). Sum of RGB (Red+Green+Blue) = 32+105+88=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #206958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206958 is #DF96A7. Grayscale: #515151. Windows color (decimal): -14653096 or 5794080. OLE color: 5794080.
HSL color Cylindrical-coordinate representation of color #206958: hue angle of 166.03º 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 #206958 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 88 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.59 |
| HSL | 166.03º | 0.53% | 0.27% | - |
| HSV(B) | 166.03º | 0.7% | 0.41% | - |
| XYZ | 7.41 | 11.11 | 10.99 | - |
| YUV | 81.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 88 | 0.70 | 0 | 0.16 | 0.59 | 166.03 | 0.53 | 0.27 |
| Hex | 20 | 69 | 58 | 46 | 0 | 10 | 3B | A6 | 35 | 1B |
| Octal | 40 | 151 | 130 | 106 | 0 | 20 | 73 | 246 | 65 | 33 |
| Binary | 100000 | 1101001 | 1011000 | 1000110 | 0 | 10000 | 111011 | 10100110 | 110101 | 11011 |
Color Harmonies of #206958
Complementary color
Monochromatic Colors of #206958
Black with #206958
Text Example
Text Example
White with #206958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206958; }
p { color: rgb(32,105,88); }
H1.HeaderClassName
{
color: #206958;
}
.AnyTagClassName
{
color: #206958;
}
</style>
background-color css
<style>
a { background-color: #206958; }
a { background-color: rgb(32,105,88); }
div.DivClassName
{
background-color: #206958;
}
.BgClassName
{
background-color: #206958;
}
</style>
border-color css
<style>
span { border-color: #206958; }
span { border-color: rgb(32,105,88); }
td.TdClassName
{
border-color: #206958;
}
.TagClassName
{
border-color: #206958;
}
</style>