Shades of Eden #206257
Tints of Eden #206257
RGB
CMYK
RGB Variations
Color information
#206257 (or 0x206257) is known color: Eden. HEX triplet: 20, 62 and 57. RGB value is (32,98,87). Sum of RGB (Red+Green+Blue) = 32+98+87=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #206257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206257 is #DF9DA8. Grayscale: #4C4C4C. Windows color (decimal): -14654889 or 5726752. OLE color: 5726752.
HSL color Cylindrical-coordinate representation of color #206257: hue angle of 170º degrees, saturation: 0.51, 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 #206257 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 98 | 87 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.62 |
| HSL | 170º | 0.51% | 0.25% | - |
| HSV(B) | 170º | 0.67% | 0.38% | - |
| XYZ | 6.68 | 9.73 | 10.54 | - |
| YUV | 77.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 87 | 0.67 | 0 | 0.11 | 0.62 | 170 | 0.51 | 0.25 |
| Hex | 20 | 62 | 57 | 43 | 0 | B | 3E | AA | 33 | 19 |
| Octal | 40 | 142 | 127 | 103 | 0 | 13 | 76 | 252 | 63 | 31 |
| Binary | 100000 | 1100010 | 1010111 | 1000011 | 0 | 1011 | 111110 | 10101010 | 110011 | 11001 |
Color Harmonies of #206257
Complementary color
Monochromatic Colors of #206257
Black with #206257
Text Example
Text Example
White with #206257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206257; }
p { color: rgb(32,98,87); }
H1.HeaderClassName
{
color: #206257;
}
.AnyTagClassName
{
color: #206257;
}
</style>
background-color css
<style>
a { background-color: #206257; }
a { background-color: rgb(32,98,87); }
div.DivClassName
{
background-color: #206257;
}
.BgClassName
{
background-color: #206257;
}
</style>
border-color css
<style>
span { border-color: #206257; }
span { border-color: rgb(32,98,87); }
td.TdClassName
{
border-color: #206257;
}
.TagClassName
{
border-color: #206257;
}
</style>