Shades of Eden #205F53
Tints of Eden #205F53
RGB
CMYK
RGB Variations
Color information
#205F53 (or 0x205F53) is known color: Eden. HEX triplet: 20, 5F and 53. RGB value is (32,95,83). Sum of RGB (Red+Green+Blue) = 32+95+83=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #205F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F53 is #DFA0AC. Grayscale: #4A4A4A. Windows color (decimal): -14655661 or 5463840. OLE color: 5463840.
HSL color Cylindrical-coordinate representation of color #205F53: hue angle of 168.57º 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 #205F53 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 83 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.63 |
| HSL | 168.57º | 0.5% | 0.25% | - |
| HSV(B) | 168.57º | 0.66% | 0.37% | - |
| XYZ | 6.25 | 9.12 | 9.61 | - |
| YUV | 74.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 83 | 0.66 | 0 | 0.13 | 0.63 | 168.57 | 0.5 | 0.25 |
| Hex | 20 | 5F | 53 | 42 | 0 | D | 3F | A9 | 32 | 19 |
| Octal | 40 | 137 | 123 | 102 | 0 | 15 | 77 | 251 | 62 | 31 |
| Binary | 100000 | 1011111 | 1010011 | 1000010 | 0 | 1101 | 111111 | 10101001 | 110010 | 11001 |
Color Harmonies of #205F53
Complementary color
Monochromatic Colors of #205F53
Black with #205F53
Text Example
Text Example
White with #205F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F53; }
p { color: rgb(32,95,83); }
H1.HeaderClassName
{
color: #205F53;
}
.AnyTagClassName
{
color: #205F53;
}
</style>
background-color css
<style>
a { background-color: #205F53; }
a { background-color: rgb(32,95,83); }
div.DivClassName
{
background-color: #205F53;
}
.BgClassName
{
background-color: #205F53;
}
</style>
border-color css
<style>
span { border-color: #205F53; }
span { border-color: rgb(32,95,83); }
td.TdClassName
{
border-color: #205F53;
}
.TagClassName
{
border-color: #205F53;
}
</style>