Shades of Eden #216D5A
Tints of Eden #216D5A
RGB
CMYK
RGB Variations
Color information
#216D5A (or 0x216D5A) is known color: Eden. HEX triplet: 21, 6D and 5A. RGB value is (33,109,90). Sum of RGB (Red+Green+Blue) = 33+109+90=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #216D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216D5A is #DE92A5. Grayscale: #545454. Windows color (decimal): -14586534 or 5926177. OLE color: 5926177.
HSL color Cylindrical-coordinate representation of color #216D5A: hue angle of 165º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216D5A is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 90 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.57 |
| HSL | 165º | 0.54% | 0.28% | - |
| HSV(B) | 165º | 0.7% | 0.43% | - |
| XYZ | 7.94 | 12 | 11.57 | - |
| YUV | 84.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 90 | 0.70 | 0 | 0.17 | 0.57 | 165 | 0.54 | 0.28 |
| Hex | 21 | 6D | 5A | 46 | 0 | 11 | 39 | A5 | 36 | 1C |
| Octal | 41 | 155 | 132 | 106 | 0 | 21 | 71 | 245 | 66 | 34 |
| Binary | 100001 | 1101101 | 1011010 | 1000110 | 0 | 10001 | 111001 | 10100101 | 110110 | 11100 |
Color Harmonies of #216D5A
Complementary color
Monochromatic Colors of #216D5A
Black with #216D5A
Text Example
Text Example
White with #216D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D5A; }
p { color: rgb(33,109,90); }
H1.HeaderClassName
{
color: #216D5A;
}
.AnyTagClassName
{
color: #216D5A;
}
</style>
background-color css
<style>
a { background-color: #216D5A; }
a { background-color: rgb(33,109,90); }
div.DivClassName
{
background-color: #216D5A;
}
.BgClassName
{
background-color: #216D5A;
}
</style>
border-color css
<style>
span { border-color: #216D5A; }
span { border-color: rgb(33,109,90); }
td.TdClassName
{
border-color: #216D5A;
}
.TagClassName
{
border-color: #216D5A;
}
</style>