Shades of Eden #215A57
Tints of Eden #215A57
RGB
CMYK
RGB Variations
Color information
#215A57 (or 0x215A57) is known color: Eden. HEX triplet: 21, 5A and 57. RGB value is (33,90,87). Sum of RGB (Red+Green+Blue) = 33+90+87=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #215A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A57 is #DEA5A8. Grayscale: #484848. Windows color (decimal): -14591401 or 5724705. OLE color: 5724705.
HSL color Cylindrical-coordinate representation of color #215A57: hue angle of 176.84º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A57 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 87 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.65 |
| HSL | 176.84º | 0.46% | 0.24% | - |
| HSV(B) | 176.84º | 0.63% | 0.35% | - |
| XYZ | 6 | 8.32 | 10.31 | - |
| YUV | 72.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 87 | 0.63 | 0 | 0.03 | 0.65 | 176.84 | 0.46 | 0.24 |
| Hex | 21 | 5A | 57 | 3F | 0 | 3 | 41 | B1 | 2E | 18 |
| Octal | 41 | 132 | 127 | 77 | 0 | 3 | 101 | 261 | 56 | 30 |
| Binary | 100001 | 1011010 | 1010111 | 111111 | 0 | 11 | 1000001 | 10110001 | 101110 | 11000 |
Color Harmonies of #215A57
Complementary color
Monochromatic Colors of #215A57
Black with #215A57
Text Example
Text Example
White with #215A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A57; }
p { color: rgb(33,90,87); }
H1.HeaderClassName
{
color: #215A57;
}
.AnyTagClassName
{
color: #215A57;
}
</style>
background-color css
<style>
a { background-color: #215A57; }
a { background-color: rgb(33,90,87); }
div.DivClassName
{
background-color: #215A57;
}
.BgClassName
{
background-color: #215A57;
}
</style>
border-color css
<style>
span { border-color: #215A57; }
span { border-color: rgb(33,90,87); }
td.TdClassName
{
border-color: #215A57;
}
.TagClassName
{
border-color: #215A57;
}
</style>