Shades of Eden #205D56
Tints of Eden #205D56
RGB
CMYK
RGB Variations
Color information
#205D56 (or 0x205D56) is known color: Eden. HEX triplet: 20, 5D and 56. RGB value is (32,93,86). Sum of RGB (Red+Green+Blue) = 32+93+86=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #205D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D56 is #DFA2A9. Grayscale: #494949. Windows color (decimal): -14656170 or 5659936. OLE color: 5659936.
HSL color Cylindrical-coordinate representation of color #205D56: hue angle of 173.11º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D56 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 86 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.64 |
| HSL | 173.11º | 0.49% | 0.25% | - |
| HSV(B) | 173.11º | 0.66% | 0.36% | - |
| XYZ | 6.19 | 8.81 | 10.18 | - |
| YUV | 73.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 86 | 0.66 | 0 | 0.08 | 0.64 | 173.11 | 0.49 | 0.25 |
| Hex | 20 | 5D | 56 | 42 | 0 | 8 | 40 | AD | 31 | 19 |
| Octal | 40 | 135 | 126 | 102 | 0 | 10 | 100 | 255 | 61 | 31 |
| Binary | 100000 | 1011101 | 1010110 | 1000010 | 0 | 1000 | 1000000 | 10101101 | 110001 | 11001 |
Color Harmonies of #205D56
Complementary color
Monochromatic Colors of #205D56
Black with #205D56
Text Example
Text Example
White with #205D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D56; }
p { color: rgb(32,93,86); }
H1.HeaderClassName
{
color: #205D56;
}
.AnyTagClassName
{
color: #205D56;
}
</style>
background-color css
<style>
a { background-color: #205D56; }
a { background-color: rgb(32,93,86); }
div.DivClassName
{
background-color: #205D56;
}
.BgClassName
{
background-color: #205D56;
}
</style>
border-color css
<style>
span { border-color: #205D56; }
span { border-color: rgb(32,93,86); }
td.TdClassName
{
border-color: #205D56;
}
.TagClassName
{
border-color: #205D56;
}
</style>