Shades of Eden #216F57
Tints of Eden #216F57
RGB
CMYK
RGB Variations
Color information
#216F57 (or 0x216F57) is known color: Eden. HEX triplet: 21, 6F and 57. RGB value is (33,111,87). Sum of RGB (Red+Green+Blue) = 33+111+87=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #216F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F57 is #DE90A8. Grayscale: #545454. Windows color (decimal): -14586025 or 5730081. OLE color: 5730081.
HSL color Cylindrical-coordinate representation of color #216F57: hue angle of 161.54º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F57 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 111 | 87 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.56 |
| HSL | 161.54º | 0.54% | 0.28% | - |
| HSV(B) | 161.54º | 0.7% | 0.44% | - |
| XYZ | 8.03 | 12.38 | 10.98 | - |
| YUV | 84.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 87 | 0.70 | 0 | 0.22 | 0.56 | 161.54 | 0.54 | 0.28 |
| Hex | 21 | 6F | 57 | 46 | 0 | 16 | 38 | A2 | 36 | 1C |
| Octal | 41 | 157 | 127 | 106 | 0 | 26 | 70 | 242 | 66 | 34 |
| Binary | 100001 | 1101111 | 1010111 | 1000110 | 0 | 10110 | 111000 | 10100010 | 110110 | 11100 |
Color Harmonies of #216F57
Complementary color
Monochromatic Colors of #216F57
Black with #216F57
Text Example
Text Example
White with #216F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F57; }
p { color: rgb(33,111,87); }
H1.HeaderClassName
{
color: #216F57;
}
.AnyTagClassName
{
color: #216F57;
}
</style>
background-color css
<style>
a { background-color: #216F57; }
a { background-color: rgb(33,111,87); }
div.DivClassName
{
background-color: #216F57;
}
.BgClassName
{
background-color: #216F57;
}
</style>
border-color css
<style>
span { border-color: #216F57; }
span { border-color: rgb(33,111,87); }
td.TdClassName
{
border-color: #216F57;
}
.TagClassName
{
border-color: #216F57;
}
</style>