Shades of Eden #206254
Tints of Eden #206254
RGB
CMYK
RGB Variations
Color information
#206254 (or 0x206254) is known color: Eden. HEX triplet: 20, 62 and 54. RGB value is (32,98,84). Sum of RGB (Red+Green+Blue) = 32+98+84=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #206254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206254 is #DF9DAB. Grayscale: #4C4C4C. Windows color (decimal): -14654892 or 5530144. OLE color: 5530144.
HSL color Cylindrical-coordinate representation of color #206254: hue angle of 167.27º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206254 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 98 | 84 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.62 |
| HSL | 167.27º | 0.51% | 0.25% | - |
| HSV(B) | 167.27º | 0.67% | 0.38% | - |
| XYZ | 6.56 | 9.68 | 9.91 | - |
| YUV | 76.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 84 | 0.67 | 0 | 0.14 | 0.62 | 167.27 | 0.51 | 0.25 |
| Hex | 20 | 62 | 54 | 43 | 0 | E | 3E | A7 | 33 | 19 |
| Octal | 40 | 142 | 124 | 103 | 0 | 16 | 76 | 247 | 63 | 31 |
| Binary | 100000 | 1100010 | 1010100 | 1000011 | 0 | 1110 | 111110 | 10100111 | 110011 | 11001 |
Color Harmonies of #206254
Complementary color
Monochromatic Colors of #206254
Black with #206254
Text Example
Text Example
White with #206254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206254; }
p { color: rgb(32,98,84); }
H1.HeaderClassName
{
color: #206254;
}
.AnyTagClassName
{
color: #206254;
}
</style>
background-color css
<style>
a { background-color: #206254; }
a { background-color: rgb(32,98,84); }
div.DivClassName
{
background-color: #206254;
}
.BgClassName
{
background-color: #206254;
}
</style>
border-color css
<style>
span { border-color: #206254; }
span { border-color: rgb(32,98,84); }
td.TdClassName
{
border-color: #206254;
}
.TagClassName
{
border-color: #206254;
}
</style>