Shades of Eden #216B5D
Tints of Eden #216B5D
RGB
CMYK
RGB Variations
Color information
#216B5D (or 0x216B5D) is known color: Eden. HEX triplet: 21, 6B and 5D. RGB value is (33,107,93). Sum of RGB (Red+Green+Blue) = 33+107+93=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #216B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216B5D is #DE94A2. Grayscale: #535353. Windows color (decimal): -14587043 or 6122273. OLE color: 6122273.
HSL color Cylindrical-coordinate representation of color #216B5D: hue angle of 168.65º 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 #216B5D is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 107 | 93 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.58 |
| HSL | 168.65º | 0.53% | 0.27% | - |
| HSV(B) | 168.65º | 0.69% | 0.42% | - |
| XYZ | 7.86 | 11.63 | 12.19 | - |
| YUV | 83.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 107 | 93 | 0.69 | 0 | 0.13 | 0.58 | 168.65 | 0.53 | 0.27 |
| Hex | 21 | 6B | 5D | 45 | 0 | D | 3A | A9 | 35 | 1B |
| Octal | 41 | 153 | 135 | 105 | 0 | 15 | 72 | 251 | 65 | 33 |
| Binary | 100001 | 1101011 | 1011101 | 1000101 | 0 | 1101 | 111010 | 10101001 | 110101 | 11011 |
Color Harmonies of #216B5D
Complementary color
Monochromatic Colors of #216B5D
Black with #216B5D
Text Example
Text Example
White with #216B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216B5D; }
p { color: rgb(33,107,93); }
H1.HeaderClassName
{
color: #216B5D;
}
.AnyTagClassName
{
color: #216B5D;
}
</style>
background-color css
<style>
a { background-color: #216B5D; }
a { background-color: rgb(33,107,93); }
div.DivClassName
{
background-color: #216B5D;
}
.BgClassName
{
background-color: #216B5D;
}
</style>
border-color css
<style>
span { border-color: #216B5D; }
span { border-color: rgb(33,107,93); }
td.TdClassName
{
border-color: #216B5D;
}
.TagClassName
{
border-color: #216B5D;
}
</style>