Shades of Eden #215F57
Tints of Eden #215F57
RGB
CMYK
RGB Variations
Color information
#215F57 (or 0x215F57) is known color: Eden. HEX triplet: 21, 5F and 57. RGB value is (33,95,87). Sum of RGB (Red+Green+Blue) = 33+95+87=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #215F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F57 is #DEA0A8. Grayscale: #4B4B4B. Windows color (decimal): -14590121 or 5725985. OLE color: 5725985.
HSL color Cylindrical-coordinate representation of color #215F57: hue angle of 172.26º 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 #215F57 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 87 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.63 |
| HSL | 172.26º | 0.48% | 0.25% | - |
| HSV(B) | 172.26º | 0.65% | 0.37% | - |
| XYZ | 6.44 | 9.2 | 10.45 | - |
| YUV | 75.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 87 | 0.65 | 0 | 0.08 | 0.63 | 172.26 | 0.48 | 0.25 |
| Hex | 21 | 5F | 57 | 41 | 0 | 8 | 3F | AC | 30 | 19 |
| Octal | 41 | 137 | 127 | 101 | 0 | 10 | 77 | 254 | 60 | 31 |
| Binary | 100001 | 1011111 | 1010111 | 1000001 | 0 | 1000 | 111111 | 10101100 | 110000 | 11001 |
Color Harmonies of #215F57
Complementary color
Monochromatic Colors of #215F57
Black with #215F57
Text Example
Text Example
White with #215F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F57; }
p { color: rgb(33,95,87); }
H1.HeaderClassName
{
color: #215F57;
}
.AnyTagClassName
{
color: #215F57;
}
</style>
background-color css
<style>
a { background-color: #215F57; }
a { background-color: rgb(33,95,87); }
div.DivClassName
{
background-color: #215F57;
}
.BgClassName
{
background-color: #215F57;
}
</style>
border-color css
<style>
span { border-color: #215F57; }
span { border-color: rgb(33,95,87); }
td.TdClassName
{
border-color: #215F57;
}
.TagClassName
{
border-color: #215F57;
}
</style>