Shades of Eden #206053
Tints of Eden #206053
RGB
CMYK
RGB Variations
Color information
#206053 (or 0x206053) is known color: Eden. HEX triplet: 20, 60 and 53. RGB value is (32,96,83). Sum of RGB (Red+Green+Blue) = 32+96+83=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #206053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206053 is #DF9FAC. Grayscale: #4B4B4B. Windows color (decimal): -14655405 or 5464096. OLE color: 5464096.
HSL color Cylindrical-coordinate representation of color #206053: hue angle of 167.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206053 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 83 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.62 |
| HSL | 167.81º | 0.5% | 0.25% | - |
| HSV(B) | 167.81º | 0.67% | 0.38% | - |
| XYZ | 6.34 | 9.3 | 9.64 | - |
| YUV | 75.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 83 | 0.67 | 0 | 0.14 | 0.62 | 167.81 | 0.5 | 0.25 |
| Hex | 20 | 60 | 53 | 43 | 0 | E | 3E | A8 | 32 | 19 |
| Octal | 40 | 140 | 123 | 103 | 0 | 16 | 76 | 250 | 62 | 31 |
| Binary | 100000 | 1100000 | 1010011 | 1000011 | 0 | 1110 | 111110 | 10101000 | 110010 | 11001 |
Color Harmonies of #206053
Complementary color
Monochromatic Colors of #206053
Black with #206053
Text Example
Text Example
White with #206053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206053; }
p { color: rgb(32,96,83); }
H1.HeaderClassName
{
color: #206053;
}
.AnyTagClassName
{
color: #206053;
}
</style>
background-color css
<style>
a { background-color: #206053; }
a { background-color: rgb(32,96,83); }
div.DivClassName
{
background-color: #206053;
}
.BgClassName
{
background-color: #206053;
}
</style>
border-color css
<style>
span { border-color: #206053; }
span { border-color: rgb(32,96,83); }
td.TdClassName
{
border-color: #206053;
}
.TagClassName
{
border-color: #206053;
}
</style>