Shades of Eden #206157
Tints of Eden #206157
RGB
CMYK
RGB Variations
Color information
#206157 (or 0x206157) is known color: Eden. HEX triplet: 20, 61 and 57. RGB value is (32,97,87). Sum of RGB (Red+Green+Blue) = 32+97+87=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #206157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206157 is #DF9EA8. Grayscale: #4C4C4C. Windows color (decimal): -14655145 or 5726496. OLE color: 5726496.
HSL color Cylindrical-coordinate representation of color #206157: hue angle of 170.77º 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 #206157 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 97 | 87 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.62 |
| HSL | 170.77º | 0.5% | 0.25% | - |
| HSV(B) | 170.77º | 0.67% | 0.38% | - |
| XYZ | 6.59 | 9.54 | 10.51 | - |
| YUV | 76.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 87 | 0.67 | 0 | 0.10 | 0.62 | 170.77 | 0.5 | 0.25 |
| Hex | 20 | 61 | 57 | 43 | 0 | A | 3E | AB | 32 | 19 |
| Octal | 40 | 141 | 127 | 103 | 0 | 12 | 76 | 253 | 62 | 31 |
| Binary | 100000 | 1100001 | 1010111 | 1000011 | 0 | 1010 | 111110 | 10101011 | 110010 | 11001 |
Color Harmonies of #206157
Complementary color
Monochromatic Colors of #206157
Black with #206157
Text Example
Text Example
White with #206157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206157; }
p { color: rgb(32,97,87); }
H1.HeaderClassName
{
color: #206157;
}
.AnyTagClassName
{
color: #206157;
}
</style>
background-color css
<style>
a { background-color: #206157; }
a { background-color: rgb(32,97,87); }
div.DivClassName
{
background-color: #206157;
}
.BgClassName
{
background-color: #206157;
}
</style>
border-color css
<style>
span { border-color: #206157; }
span { border-color: rgb(32,97,87); }
td.TdClassName
{
border-color: #206157;
}
.TagClassName
{
border-color: #206157;
}
</style>