Shades of Eden #216155
Tints of Eden #216155
RGB
CMYK
RGB Variations
Color information
#216155 (or 0x216155) is known color: Eden. HEX triplet: 21, 61 and 55. RGB value is (33,97,85). Sum of RGB (Red+Green+Blue) = 33+97+85=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #216155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216155 is #DE9EAA. Grayscale: #4C4C4C. Windows color (decimal): -14589611 or 5595425. OLE color: 5595425.
HSL color Cylindrical-coordinate representation of color #216155: hue angle of 168.75º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216155 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 97 | 85 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.62 |
| HSL | 168.75º | 0.49% | 0.25% | - |
| HSV(B) | 168.75º | 0.66% | 0.38% | - |
| XYZ | 6.54 | 9.53 | 10.09 | - |
| YUV | 76.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 85 | 0.66 | 0 | 0.12 | 0.62 | 168.75 | 0.49 | 0.25 |
| Hex | 21 | 61 | 55 | 42 | 0 | C | 3E | A9 | 31 | 19 |
| Octal | 41 | 141 | 125 | 102 | 0 | 14 | 76 | 251 | 61 | 31 |
| Binary | 100001 | 1100001 | 1010101 | 1000010 | 0 | 1100 | 111110 | 10101001 | 110001 | 11001 |
Color Harmonies of #216155
Complementary color
Monochromatic Colors of #216155
Black with #216155
Text Example
Text Example
White with #216155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216155; }
p { color: rgb(33,97,85); }
H1.HeaderClassName
{
color: #216155;
}
.AnyTagClassName
{
color: #216155;
}
</style>
background-color css
<style>
a { background-color: #216155; }
a { background-color: rgb(33,97,85); }
div.DivClassName
{
background-color: #216155;
}
.BgClassName
{
background-color: #216155;
}
</style>
border-color css
<style>
span { border-color: #216155; }
span { border-color: rgb(33,97,85); }
td.TdClassName
{
border-color: #216155;
}
.TagClassName
{
border-color: #216155;
}
</style>