Shades of Eden #216A5E
Tints of Eden #216A5E
RGB
CMYK
RGB Variations
Color information
#216A5E (or 0x216A5E) is known color: Eden. HEX triplet: 21, 6A and 5E. RGB value is (33,106,94). Sum of RGB (Red+Green+Blue) = 33+106+94=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #216A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A5E is #DE95A1. Grayscale: #525252. Windows color (decimal): -14587298 or 6187553. OLE color: 6187553.
HSL color Cylindrical-coordinate representation of color #216A5E: hue angle of 170.14º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216A5E is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 106 | 94 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.58 |
| HSL | 170.14º | 0.53% | 0.27% | - |
| HSV(B) | 170.14º | 0.69% | 0.42% | - |
| XYZ | 7.8 | 11.44 | 12.39 | - |
| YUV | 82.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 94 | 0.69 | 0 | 0.11 | 0.58 | 170.14 | 0.53 | 0.27 |
| Hex | 21 | 6A | 5E | 45 | 0 | B | 3A | AA | 35 | 1B |
| Octal | 41 | 152 | 136 | 105 | 0 | 13 | 72 | 252 | 65 | 33 |
| Binary | 100001 | 1101010 | 1011110 | 1000101 | 0 | 1011 | 111010 | 10101010 | 110101 | 11011 |
Color Harmonies of #216A5E
Complementary color
Monochromatic Colors of #216A5E
Black with #216A5E
Text Example
Text Example
White with #216A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216A5E; }
p { color: rgb(33,106,94); }
H1.HeaderClassName
{
color: #216A5E;
}
.AnyTagClassName
{
color: #216A5E;
}
</style>
background-color css
<style>
a { background-color: #216A5E; }
a { background-color: rgb(33,106,94); }
div.DivClassName
{
background-color: #216A5E;
}
.BgClassName
{
background-color: #216A5E;
}
</style>
border-color css
<style>
span { border-color: #216A5E; }
span { border-color: rgb(33,106,94); }
td.TdClassName
{
border-color: #216A5E;
}
.TagClassName
{
border-color: #216A5E;
}
</style>