Shades of Eden #205A54
Tints of Eden #205A54
RGB
CMYK
RGB Variations
Color information
#205A54 (or 0x205A54) is known color: Eden. HEX triplet: 20, 5A and 54. RGB value is (32,90,84). Sum of RGB (Red+Green+Blue) = 32+90+84=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #205A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A54 is #DFA5AB. Grayscale: #474747. Windows color (decimal): -14656940 or 5528096. OLE color: 5528096.
HSL color Cylindrical-coordinate representation of color #205A54: hue angle of 173.79º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A54 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 84 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.65 |
| HSL | 173.79º | 0.48% | 0.24% | - |
| HSV(B) | 173.79º | 0.64% | 0.35% | - |
| XYZ | 5.85 | 8.26 | 9.67 | - |
| YUV | 71.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 84 | 0.64 | 0 | 0.07 | 0.65 | 173.79 | 0.48 | 0.24 |
| Hex | 20 | 5A | 54 | 40 | 0 | 7 | 41 | AE | 30 | 18 |
| Octal | 40 | 132 | 124 | 100 | 0 | 7 | 101 | 256 | 60 | 30 |
| Binary | 100000 | 1011010 | 1010100 | 1000000 | 0 | 111 | 1000001 | 10101110 | 110000 | 11000 |
Color Harmonies of #205A54
Complementary color
Monochromatic Colors of #205A54
Black with #205A54
Text Example
Text Example
White with #205A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A54; }
p { color: rgb(32,90,84); }
H1.HeaderClassName
{
color: #205A54;
}
.AnyTagClassName
{
color: #205A54;
}
</style>
background-color css
<style>
a { background-color: #205A54; }
a { background-color: rgb(32,90,84); }
div.DivClassName
{
background-color: #205A54;
}
.BgClassName
{
background-color: #205A54;
}
</style>
border-color css
<style>
span { border-color: #205A54; }
span { border-color: rgb(32,90,84); }
td.TdClassName
{
border-color: #205A54;
}
.TagClassName
{
border-color: #205A54;
}
</style>