Shades of Eden #215B51
Tints of Eden #215B51
RGB
CMYK
RGB Variations
Color information
#215B51 (or 0x215B51) is known color: Eden. HEX triplet: 21, 5B and 51. RGB value is (33,91,81). Sum of RGB (Red+Green+Blue) = 33+91+81=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #215B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B51 is #DEA4AE. Grayscale: #484848. Windows color (decimal): -14591151 or 5331745. OLE color: 5331745.
HSL color Cylindrical-coordinate representation of color #215B51: hue angle of 169.66º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B51 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 81 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.64 |
| HSL | 169.66º | 0.47% | 0.24% | - |
| HSV(B) | 169.66º | 0.64% | 0.36% | - |
| XYZ | 5.85 | 8.4 | 9.1 | - |
| YUV | 72.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 81 | 0.64 | 0 | 0.11 | 0.64 | 169.66 | 0.47 | 0.24 |
| Hex | 21 | 5B | 51 | 40 | 0 | B | 40 | AA | 2F | 18 |
| Octal | 41 | 133 | 121 | 100 | 0 | 13 | 100 | 252 | 57 | 30 |
| Binary | 100001 | 1011011 | 1010001 | 1000000 | 0 | 1011 | 1000000 | 10101010 | 101111 | 11000 |
Color Harmonies of #215B51
Complementary color
Monochromatic Colors of #215B51
Black with #215B51
Text Example
Text Example
White with #215B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B51; }
p { color: rgb(33,91,81); }
H1.HeaderClassName
{
color: #215B51;
}
.AnyTagClassName
{
color: #215B51;
}
</style>
background-color css
<style>
a { background-color: #215B51; }
a { background-color: rgb(33,91,81); }
div.DivClassName
{
background-color: #215B51;
}
.BgClassName
{
background-color: #215B51;
}
</style>
border-color css
<style>
span { border-color: #215B51; }
span { border-color: rgb(33,91,81); }
td.TdClassName
{
border-color: #215B51;
}
.TagClassName
{
border-color: #215B51;
}
</style>