Shades of Eden #207055
Tints of Eden #207055
RGB
CMYK
RGB Variations
Color information
#207055 (or 0x207055) is known color: Eden. HEX triplet: 20, 70 and 55. RGB value is (32,112,85). Sum of RGB (Red+Green+Blue) = 32+112+85=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #207055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207055 is #DF8FAA. Grayscale: #555555. Windows color (decimal): -14651307 or 5599264. OLE color: 5599264.
HSL color Cylindrical-coordinate representation of color #207055: hue angle of 159.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #207055 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 85 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.56 |
| HSL | 159.75º | 0.56% | 0.28% | - |
| HSV(B) | 159.75º | 0.71% | 0.44% | - |
| XYZ | 8.03 | 12.55 | 10.59 | - |
| YUV | 85 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 85 | 0.71 | 0 | 0.24 | 0.56 | 159.75 | 0.56 | 0.28 |
| Hex | 20 | 70 | 55 | 47 | 0 | 18 | 38 | A0 | 38 | 1C |
| Octal | 40 | 160 | 125 | 107 | 0 | 30 | 70 | 240 | 70 | 34 |
| Binary | 100000 | 1110000 | 1010101 | 1000111 | 0 | 11000 | 111000 | 10100000 | 111000 | 11100 |
Color Harmonies of #207055
Complementary color
Monochromatic Colors of #207055
Black with #207055
Text Example
Text Example
White with #207055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207055; }
p { color: rgb(32,112,85); }
H1.HeaderClassName
{
color: #207055;
}
.AnyTagClassName
{
color: #207055;
}
</style>
background-color css
<style>
a { background-color: #207055; }
a { background-color: rgb(32,112,85); }
div.DivClassName
{
background-color: #207055;
}
.BgClassName
{
background-color: #207055;
}
</style>
border-color css
<style>
span { border-color: #207055; }
span { border-color: rgb(32,112,85); }
td.TdClassName
{
border-color: #207055;
}
.TagClassName
{
border-color: #207055;
}
</style>