Shades of Eden #216D58
Tints of Eden #216D58
RGB
CMYK
RGB Variations
Color information
#216D58 (or 0x216D58) is known color: Eden. HEX triplet: 21, 6D and 58. RGB value is (33,109,88). Sum of RGB (Red+Green+Blue) = 33+109+88=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #216D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216D58 is #DE92A7. Grayscale: #535353. Windows color (decimal): -14586536 or 5795105. OLE color: 5795105.
HSL color Cylindrical-coordinate representation of color #216D58: hue angle of 163.42º 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 #216D58 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 88 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.57 |
| HSL | 163.42º | 0.54% | 0.28% | - |
| HSV(B) | 163.42º | 0.7% | 0.43% | - |
| XYZ | 7.86 | 11.97 | 11.13 | - |
| YUV | 83.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 88 | 0.70 | 0 | 0.19 | 0.57 | 163.42 | 0.54 | 0.28 |
| Hex | 21 | 6D | 58 | 46 | 0 | 13 | 39 | A3 | 36 | 1C |
| Octal | 41 | 155 | 130 | 106 | 0 | 23 | 71 | 243 | 66 | 34 |
| Binary | 100001 | 1101101 | 1011000 | 1000110 | 0 | 10011 | 111001 | 10100011 | 110110 | 11100 |
Color Harmonies of #216D58
Complementary color
Monochromatic Colors of #216D58
Black with #216D58
Text Example
Text Example
White with #216D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D58; }
p { color: rgb(33,109,88); }
H1.HeaderClassName
{
color: #216D58;
}
.AnyTagClassName
{
color: #216D58;
}
</style>
background-color css
<style>
a { background-color: #216D58; }
a { background-color: rgb(33,109,88); }
div.DivClassName
{
background-color: #216D58;
}
.BgClassName
{
background-color: #216D58;
}
</style>
border-color css
<style>
span { border-color: #216D58; }
span { border-color: rgb(33,109,88); }
td.TdClassName
{
border-color: #216D58;
}
.TagClassName
{
border-color: #216D58;
}
</style>