Shades of Eden #206653
Tints of Eden #206653
RGB
CMYK
RGB Variations
Color information
#206653 (or 0x206653) is known color: Eden. HEX triplet: 20, 66 and 53. RGB value is (32,102,83). Sum of RGB (Red+Green+Blue) = 32+102+83=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #206653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206653 is #DF99AC. Grayscale: #4E4E4E. Windows color (decimal): -14653869 or 5465632. OLE color: 5465632.
HSL color Cylindrical-coordinate representation of color #206653: hue angle of 163.71º degrees, saturation: 0.52, 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 #206653 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 83 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.6 |
| HSL | 163.71º | 0.52% | 0.26% | - |
| HSV(B) | 163.71º | 0.69% | 0.4% | - |
| XYZ | 6.91 | 10.43 | 9.83 | - |
| YUV | 78.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 83 | 0.69 | 0 | 0.19 | 0.6 | 163.71 | 0.52 | 0.26 |
| Hex | 20 | 66 | 53 | 45 | 0 | 13 | 3C | A4 | 34 | 1A |
| Octal | 40 | 146 | 123 | 105 | 0 | 23 | 74 | 244 | 64 | 32 |
| Binary | 100000 | 1100110 | 1010011 | 1000101 | 0 | 10011 | 111100 | 10100100 | 110100 | 11010 |
Color Harmonies of #206653
Complementary color
Monochromatic Colors of #206653
Black with #206653
Text Example
Text Example
White with #206653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206653; }
p { color: rgb(32,102,83); }
H1.HeaderClassName
{
color: #206653;
}
.AnyTagClassName
{
color: #206653;
}
</style>
background-color css
<style>
a { background-color: #206653; }
a { background-color: rgb(32,102,83); }
div.DivClassName
{
background-color: #206653;
}
.BgClassName
{
background-color: #206653;
}
</style>
border-color css
<style>
span { border-color: #206653; }
span { border-color: rgb(32,102,83); }
td.TdClassName
{
border-color: #206653;
}
.TagClassName
{
border-color: #206653;
}
</style>