Shades of Eden #215E51
Tints of Eden #215E51
RGB
CMYK
RGB Variations
Color information
#215E51 (or 0x215E51) is known color: Eden. HEX triplet: 21, 5E and 51. RGB value is (33,94,81). Sum of RGB (Red+Green+Blue) = 33+94+81=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 94 - color contains mainly: green. Hex color #215E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E51 is #DEA1AE. Grayscale: #4A4A4A. Windows color (decimal): -14590383 or 5332513. OLE color: 5332513.
HSL color Cylindrical-coordinate representation of color #215E51: hue angle of 167.21º 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 #215E51 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 81 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.63 |
| HSL | 167.21º | 0.48% | 0.25% | - |
| HSV(B) | 167.21º | 0.65% | 0.37% | - |
| XYZ | 6.12 | 8.92 | 9.18 | - |
| YUV | 74.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 81 | 0.65 | 0 | 0.14 | 0.63 | 167.21 | 0.48 | 0.25 |
| Hex | 21 | 5E | 51 | 41 | 0 | E | 3F | A7 | 30 | 19 |
| Octal | 41 | 136 | 121 | 101 | 0 | 16 | 77 | 247 | 60 | 31 |
| Binary | 100001 | 1011110 | 1010001 | 1000001 | 0 | 1110 | 111111 | 10100111 | 110000 | 11001 |
Color Harmonies of #215E51
Complementary color
Monochromatic Colors of #215E51
Black with #215E51
Text Example
Text Example
White with #215E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E51; }
p { color: rgb(33,94,81); }
H1.HeaderClassName
{
color: #215E51;
}
.AnyTagClassName
{
color: #215E51;
}
</style>
background-color css
<style>
a { background-color: #215E51; }
a { background-color: rgb(33,94,81); }
div.DivClassName
{
background-color: #215E51;
}
.BgClassName
{
background-color: #215E51;
}
</style>
border-color css
<style>
span { border-color: #215E51; }
span { border-color: rgb(33,94,81); }
td.TdClassName
{
border-color: #215E51;
}
.TagClassName
{
border-color: #215E51;
}
</style>