Shades of Eden #215E56
Tints of Eden #215E56
RGB
CMYK
RGB Variations
Color information
#215E56 (or 0x215E56) is known color: Eden. HEX triplet: 21, 5E and 56. RGB value is (33,94,86). Sum of RGB (Red+Green+Blue) = 33+94+86=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #215E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E56 is #DEA1A9. Grayscale: #4A4A4A. Windows color (decimal): -14590378 or 5660193. OLE color: 5660193.
HSL color Cylindrical-coordinate representation of color #215E56: hue angle of 172.13º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E56 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 86 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.63 |
| HSL | 172.13º | 0.48% | 0.25% | - |
| HSV(B) | 172.13º | 0.65% | 0.37% | - |
| XYZ | 6.31 | 9 | 10.21 | - |
| YUV | 74.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 86 | 0.65 | 0 | 0.09 | 0.63 | 172.13 | 0.48 | 0.25 |
| Hex | 21 | 5E | 56 | 41 | 0 | 9 | 3F | AC | 30 | 19 |
| Octal | 41 | 136 | 126 | 101 | 0 | 11 | 77 | 254 | 60 | 31 |
| Binary | 100001 | 1011110 | 1010110 | 1000001 | 0 | 1001 | 111111 | 10101100 | 110000 | 11001 |
Color Harmonies of #215E56
Complementary color
Monochromatic Colors of #215E56
Black with #215E56
Text Example
Text Example
White with #215E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E56; }
p { color: rgb(33,94,86); }
H1.HeaderClassName
{
color: #215E56;
}
.AnyTagClassName
{
color: #215E56;
}
</style>
background-color css
<style>
a { background-color: #215E56; }
a { background-color: rgb(33,94,86); }
div.DivClassName
{
background-color: #215E56;
}
.BgClassName
{
background-color: #215E56;
}
</style>
border-color css
<style>
span { border-color: #215E56; }
span { border-color: rgb(33,94,86); }
td.TdClassName
{
border-color: #215E56;
}
.TagClassName
{
border-color: #215E56;
}
</style>