Shades of Evening Sea #216E54
Tints of Evening Sea #216E54
RGB
CMYK
RGB Variations
Color information
#216E54 (or 0x216E54) is known color: Evening Sea. HEX triplet: 21, 6E and 54. RGB value is (33,110,84). Sum of RGB (Red+Green+Blue) = 33+110+84=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #216E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E54 is #DE91AB. Grayscale: #545454. Windows color (decimal): -14586284 or 5533217. OLE color: 5533217.
HSL color Cylindrical-coordinate representation of color #216E54: hue angle of 159.74º 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 #216E54 is Cyan = 0.7, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 110 | 84 | - |
| CMYK | 0.7 | 0 | 0.24 | 0.57 |
| HSL | 159.74º | 0.54% | 0.28% | - |
| HSV(B) | 159.74º | 0.7% | 0.43% | - |
| XYZ | 7.8 | 12.12 | 10.31 | - |
| YUV | 84.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 84 | 0.7 | 0 | 0.24 | 0.57 | 159.74 | 0.54 | 0.28 |
| Hex | 21 | 6E | 54 | 46 | 0 | 18 | 39 | A0 | 36 | 1C |
| Octal | 41 | 156 | 124 | 106 | 0 | 30 | 71 | 240 | 66 | 34 |
| Binary | 100001 | 1101110 | 1010100 | 1000110 | 0 | 11000 | 111001 | 10100000 | 110110 | 11100 |
Color Harmonies of #216E54
Complementary color
Monochromatic Colors of #216E54
Black with #216E54
Text Example
Text Example
White with #216E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216E54; }
p { color: rgb(33,110,84); }
H1.HeaderClassName
{
color: #216E54;
}
.AnyTagClassName
{
color: #216E54;
}
</style>
background-color css
<style>
a { background-color: #216E54; }
a { background-color: rgb(33,110,84); }
div.DivClassName
{
background-color: #216E54;
}
.BgClassName
{
background-color: #216E54;
}
</style>
border-color css
<style>
span { border-color: #216E54; }
span { border-color: rgb(33,110,84); }
td.TdClassName
{
border-color: #216E54;
}
.TagClassName
{
border-color: #216E54;
}
</style>