Shades of Eden #205E52
Tints of Eden #205E52
RGB
CMYK
RGB Variations
Color information
#205E52 (or 0x205E52) is known color: Eden. HEX triplet: 20, 5E and 52. RGB value is (32,94,82). Sum of RGB (Red+Green+Blue) = 32+94+82=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 94 - color contains mainly: green. Hex color #205E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E52 is #DFA1AD. Grayscale: #4A4A4A. Windows color (decimal): -14655918 or 5398048. OLE color: 5398048.
HSL color Cylindrical-coordinate representation of color #205E52: hue angle of 168.39º degrees, saturation: 0.49, 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 #205E52 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 82 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.63 |
| HSL | 168.39º | 0.49% | 0.25% | - |
| HSV(B) | 168.39º | 0.66% | 0.37% | - |
| XYZ | 6.12 | 8.92 | 9.38 | - |
| YUV | 74.09 | 132.46 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 82 | 0.66 | 0 | 0.13 | 0.63 | 168.39 | 0.49 | 0.25 |
| Hex | 20 | 5E | 52 | 42 | 0 | D | 3F | A8 | 31 | 19 |
| Octal | 40 | 136 | 122 | 102 | 0 | 15 | 77 | 250 | 61 | 31 |
| Binary | 100000 | 1011110 | 1010010 | 1000010 | 0 | 1101 | 111111 | 10101000 | 110001 | 11001 |
Color Harmonies of #205E52
Complementary color
Monochromatic Colors of #205E52
Black with #205E52
Text Example
Text Example
White with #205E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E52; }
p { color: rgb(32,94,82); }
H1.HeaderClassName
{
color: #205E52;
}
.AnyTagClassName
{
color: #205E52;
}
</style>
background-color css
<style>
a { background-color: #205E52; }
a { background-color: rgb(32,94,82); }
div.DivClassName
{
background-color: #205E52;
}
.BgClassName
{
background-color: #205E52;
}
</style>
border-color css
<style>
span { border-color: #205E52; }
span { border-color: rgb(32,94,82); }
td.TdClassName
{
border-color: #205E52;
}
.TagClassName
{
border-color: #205E52;
}
</style>