Shades of Eden #206D60
Tints of Eden #206D60
RGB
CMYK
RGB Variations
Color information
#206D60 (or 0x206D60) is known color: Eden. HEX triplet: 20, 6D and 60. RGB value is (32,109,96). Sum of RGB (Red+Green+Blue) = 32+109+96=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #206D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D60 is #DF929F. Grayscale: #545454. Windows color (decimal): -14652064 or 6319392. OLE color: 6319392.
HSL color Cylindrical-coordinate representation of color #206D60: hue angle of 169.87º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206D60 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 109 | 96 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.57 |
| HSL | 169.87º | 0.55% | 0.28% | - |
| HSV(B) | 169.87º | 0.71% | 0.43% | - |
| XYZ | 8.18 | 12.09 | 12.97 | - |
| YUV | 84.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 96 | 0.71 | 0 | 0.12 | 0.57 | 169.87 | 0.55 | 0.28 |
| Hex | 20 | 6D | 60 | 47 | 0 | C | 39 | AA | 37 | 1C |
| Octal | 40 | 155 | 140 | 107 | 0 | 14 | 71 | 252 | 67 | 34 |
| Binary | 100000 | 1101101 | 1100000 | 1000111 | 0 | 1100 | 111001 | 10101010 | 110111 | 11100 |
Color Harmonies of #206D60
Complementary color
Monochromatic Colors of #206D60
Black with #206D60
Text Example
Text Example
White with #206D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D60; }
p { color: rgb(32,109,96); }
H1.HeaderClassName
{
color: #206D60;
}
.AnyTagClassName
{
color: #206D60;
}
</style>
background-color css
<style>
a { background-color: #206D60; }
a { background-color: rgb(32,109,96); }
div.DivClassName
{
background-color: #206D60;
}
.BgClassName
{
background-color: #206D60;
}
</style>
border-color css
<style>
span { border-color: #206D60; }
span { border-color: rgb(32,109,96); }
td.TdClassName
{
border-color: #206D60;
}
.TagClassName
{
border-color: #206D60;
}
</style>