Shades of Eden #215750
Tints of Eden #215750
RGB
CMYK
RGB Variations
Color information
#215750 (or 0x215750) is known color: Eden. HEX triplet: 21, 57 and 50. RGB value is (33,87,80). Sum of RGB (Red+Green+Blue) = 33+87+80=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #215750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215750 is #DEA8AF. Grayscale: #464646. Windows color (decimal): -14592176 or 5265185. OLE color: 5265185.
HSL color Cylindrical-coordinate representation of color #215750: hue angle of 172.22º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215750 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 87 | 80 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.66 |
| HSL | 172.22º | 0.45% | 0.24% | - |
| HSV(B) | 172.22º | 0.62% | 0.34% | - |
| XYZ | 5.48 | 7.72 | 8.79 | - |
| YUV | 70.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 80 | 0.62 | 0 | 0.08 | 0.66 | 172.22 | 0.45 | 0.24 |
| Hex | 21 | 57 | 50 | 3E | 0 | 8 | 42 | AC | 2D | 18 |
| Octal | 41 | 127 | 120 | 76 | 0 | 10 | 102 | 254 | 55 | 30 |
| Binary | 100001 | 1010111 | 1010000 | 111110 | 0 | 1000 | 1000010 | 10101100 | 101101 | 11000 |
Color Harmonies of #215750
Complementary color
Monochromatic Colors of #215750
Black with #215750
Text Example
Text Example
White with #215750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215750; }
p { color: rgb(33,87,80); }
H1.HeaderClassName
{
color: #215750;
}
.AnyTagClassName
{
color: #215750;
}
</style>
background-color css
<style>
a { background-color: #215750; }
a { background-color: rgb(33,87,80); }
div.DivClassName
{
background-color: #215750;
}
.BgClassName
{
background-color: #215750;
}
</style>
border-color css
<style>
span { border-color: #215750; }
span { border-color: rgb(33,87,80); }
td.TdClassName
{
border-color: #215750;
}
.TagClassName
{
border-color: #215750;
}
</style>