Shades of Eden #21554E
Tints of Eden #21554E
RGB
CMYK
RGB Variations
Color information
#21554E (or 0x21554E) is known color: Eden. HEX triplet: 21, 55 and 4E. RGB value is (33,85,78). Sum of RGB (Red+Green+Blue) = 33+85+78=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #21554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21554E is #DEAAB1. Grayscale: #444444. Windows color (decimal): -14592690 or 5133601. OLE color: 5133601.
HSL color Cylindrical-coordinate representation of color #21554E: hue angle of 171.92º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21554E is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 78 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.67 |
| HSL | 171.92º | 0.44% | 0.23% | - |
| HSV(B) | 171.92º | 0.61% | 0.33% | - |
| XYZ | 5.25 | 7.37 | 8.35 | - |
| YUV | 68.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 78 | 0.61 | 0 | 0.08 | 0.67 | 171.92 | 0.44 | 0.23 |
| Hex | 21 | 55 | 4E | 3D | 0 | 8 | 43 | AC | 2C | 17 |
| Octal | 41 | 125 | 116 | 75 | 0 | 10 | 103 | 254 | 54 | 27 |
| Binary | 100001 | 1010101 | 1001110 | 111101 | 0 | 1000 | 1000011 | 10101100 | 101100 | 10111 |
Color Harmonies of #21554E
Complementary color
Monochromatic Colors of #21554E
Black with #21554E
Text Example
Text Example
White with #21554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21554E; }
p { color: rgb(33,85,78); }
H1.HeaderClassName
{
color: #21554E;
}
.AnyTagClassName
{
color: #21554E;
}
</style>
background-color css
<style>
a { background-color: #21554E; }
a { background-color: rgb(33,85,78); }
div.DivClassName
{
background-color: #21554E;
}
.BgClassName
{
background-color: #21554E;
}
</style>
border-color css
<style>
span { border-color: #21554E; }
span { border-color: rgb(33,85,78); }
td.TdClassName
{
border-color: #21554E;
}
.TagClassName
{
border-color: #21554E;
}
</style>