Shades of Eden #206753
Tints of Eden #206753
RGB
CMYK
RGB Variations
Color information
#206753 (or 0x206753) is known color: Eden. HEX triplet: 20, 67 and 53. RGB value is (32,103,83). Sum of RGB (Red+Green+Blue) = 32+103+83=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #206753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206753 is #DF98AC. Grayscale: #4F4F4F. Windows color (decimal): -14653613 or 5465888. OLE color: 5465888.
HSL color Cylindrical-coordinate representation of color #206753: hue angle of 163.1º 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 #206753 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 83 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.60 |
| HSL | 163.1º | 0.53% | 0.26% | - |
| HSV(B) | 163.1º | 0.69% | 0.4% | - |
| XYZ | 7.01 | 10.63 | 9.87 | - |
| YUV | 79.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 83 | 0.69 | 0 | 0.19 | 0.60 | 163.1 | 0.53 | 0.26 |
| Hex | 20 | 67 | 53 | 45 | 0 | 13 | 3C | A3 | 35 | 1A |
| Octal | 40 | 147 | 123 | 105 | 0 | 23 | 74 | 243 | 65 | 32 |
| Binary | 100000 | 1100111 | 1010011 | 1000101 | 0 | 10011 | 111100 | 10100011 | 110101 | 11010 |
Color Harmonies of #206753
Complementary color
Monochromatic Colors of #206753
Black with #206753
Text Example
Text Example
White with #206753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206753; }
p { color: rgb(32,103,83); }
H1.HeaderClassName
{
color: #206753;
}
.AnyTagClassName
{
color: #206753;
}
</style>
background-color css
<style>
a { background-color: #206753; }
a { background-color: rgb(32,103,83); }
div.DivClassName
{
background-color: #206753;
}
.BgClassName
{
background-color: #206753;
}
</style>
border-color css
<style>
span { border-color: #206753; }
span { border-color: rgb(32,103,83); }
td.TdClassName
{
border-color: #206753;
}
.TagClassName
{
border-color: #206753;
}
</style>