Shades of Eden #205F57
Tints of Eden #205F57
RGB
CMYK
RGB Variations
Color information
#205F57 (or 0x205F57) is known color: Eden. HEX triplet: 20, 5F and 57. RGB value is (32,95,87). Sum of RGB (Red+Green+Blue) = 32+95+87=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #205F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F57 is #DFA0A8. Grayscale: #4B4B4B. Windows color (decimal): -14655657 or 5725984. OLE color: 5725984.
HSL color Cylindrical-coordinate representation of color #205F57: hue angle of 172.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F57 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 87 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.63 |
| HSL | 172.38º | 0.5% | 0.25% | - |
| HSV(B) | 172.38º | 0.66% | 0.37% | - |
| XYZ | 6.41 | 9.18 | 10.45 | - |
| YUV | 75.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 87 | 0.66 | 0 | 0.08 | 0.63 | 172.38 | 0.5 | 0.25 |
| Hex | 20 | 5F | 57 | 42 | 0 | 8 | 3F | AC | 32 | 19 |
| Octal | 40 | 137 | 127 | 102 | 0 | 10 | 77 | 254 | 62 | 31 |
| Binary | 100000 | 1011111 | 1010111 | 1000010 | 0 | 1000 | 111111 | 10101100 | 110010 | 11001 |
Color Harmonies of #205F57
Complementary color
Monochromatic Colors of #205F57
Black with #205F57
Text Example
Text Example
White with #205F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F57; }
p { color: rgb(32,95,87); }
H1.HeaderClassName
{
color: #205F57;
}
.AnyTagClassName
{
color: #205F57;
}
</style>
background-color css
<style>
a { background-color: #205F57; }
a { background-color: rgb(32,95,87); }
div.DivClassName
{
background-color: #205F57;
}
.BgClassName
{
background-color: #205F57;
}
</style>
border-color css
<style>
span { border-color: #205F57; }
span { border-color: rgb(32,95,87); }
td.TdClassName
{
border-color: #205F57;
}
.TagClassName
{
border-color: #205F57;
}
</style>