Shades of Eucalyptus #21AA5E
Tints of Eucalyptus #21AA5E
RGB
CMYK
RGB Variations
Color information
#21AA5E (or 0x21AA5E) is known color: Eucalyptus. HEX triplet: 21, AA and 5E. RGB value is (33,170,94). Sum of RGB (Red+Green+Blue) = 33+170+94=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA5E is #DE55A1. Grayscale: #787878. Windows color (decimal): -14570914 or 6203937. OLE color: 6203937.
HSL color Cylindrical-coordinate representation of color #21AA5E: hue angle of 146.72º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AA5E is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 94 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.33 |
| HSL | 146.72º | 0.67% | 0.4% | - |
| HSV(B) | 146.72º | 0.81% | 0.67% | - |
| XYZ | 17.02 | 29.88 | 15.46 | - |
| YUV | 120.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 94 | 0.81 | 0 | 0.45 | 0.33 | 146.72 | 0.67 | 0.4 |
| Hex | 21 | AA | 5E | 51 | 0 | 2D | 21 | 93 | 43 | 28 |
| Octal | 41 | 252 | 136 | 121 | 0 | 55 | 41 | 223 | 103 | 50 |
| Binary | 100001 | 10101010 | 1011110 | 1010001 | 0 | 101101 | 100001 | 10010011 | 1000011 | 101000 |
Color Harmonies of #21AA5E
Complementary color
Monochromatic Colors of #21AA5E
Black with #21AA5E
Text Example
Text Example
White with #21AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA5E; }
p { color: rgb(33,170,94); }
H1.HeaderClassName
{
color: #21AA5E;
}
.AnyTagClassName
{
color: #21AA5E;
}
</style>
background-color css
<style>
a { background-color: #21AA5E; }
a { background-color: rgb(33,170,94); }
div.DivClassName
{
background-color: #21AA5E;
}
.BgClassName
{
background-color: #21AA5E;
}
</style>
border-color css
<style>
span { border-color: #21AA5E; }
span { border-color: rgb(33,170,94); }
td.TdClassName
{
border-color: #21AA5E;
}
.TagClassName
{
border-color: #21AA5E;
}
</style>