Shades of Eden #215D58
Tints of Eden #215D58
RGB
CMYK
RGB Variations
Color information
#215D58 (or 0x215D58) is known color: Eden. HEX triplet: 21, 5D and 58. RGB value is (33,93,88). Sum of RGB (Red+Green+Blue) = 33+93+88=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #215D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D58 is #DEA2A7. Grayscale: #4A4A4A. Windows color (decimal): -14590632 or 5791009. OLE color: 5791009.
HSL color Cylindrical-coordinate representation of color #215D58: hue angle of 175º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D58 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 88 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.64 |
| HSL | 175º | 0.48% | 0.25% | - |
| HSV(B) | 175º | 0.65% | 0.36% | - |
| XYZ | 6.3 | 8.86 | 10.61 | - |
| YUV | 74.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 88 | 0.65 | 0 | 0.05 | 0.64 | 175 | 0.48 | 0.25 |
| Hex | 21 | 5D | 58 | 41 | 0 | 5 | 40 | AF | 30 | 19 |
| Octal | 41 | 135 | 130 | 101 | 0 | 5 | 100 | 257 | 60 | 31 |
| Binary | 100001 | 1011101 | 1011000 | 1000001 | 0 | 101 | 1000000 | 10101111 | 110000 | 11001 |
Color Harmonies of #215D58
Complementary color
Monochromatic Colors of #215D58
Black with #215D58
Text Example
Text Example
White with #215D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D58; }
p { color: rgb(33,93,88); }
H1.HeaderClassName
{
color: #215D58;
}
.AnyTagClassName
{
color: #215D58;
}
</style>
background-color css
<style>
a { background-color: #215D58; }
a { background-color: rgb(33,93,88); }
div.DivClassName
{
background-color: #215D58;
}
.BgClassName
{
background-color: #215D58;
}
</style>
border-color css
<style>
span { border-color: #215D58; }
span { border-color: rgb(33,93,88); }
td.TdClassName
{
border-color: #215D58;
}
.TagClassName
{
border-color: #215D58;
}
</style>