Shades of Eucalyptus #21AA66
Tints of Eucalyptus #21AA66
RGB
CMYK
RGB Variations
Color information
#21AA66 (or 0x21AA66) is known color: Eucalyptus. HEX triplet: 21, AA and 66. RGB value is (33,170,102). Sum of RGB (Red+Green+Blue) = 33+170+102=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA66 is #DE5599. Grayscale: #797979. Windows color (decimal): -14570906 or 6728225. OLE color: 6728225.
HSL color Cylindrical-coordinate representation of color #21AA66: hue angle of 150.22º 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 #21AA66 is Cyan = 0.81, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 102 | - |
| CMYK | 0.81 | 0 | 0.4 | 0.33 |
| HSL | 150.22º | 0.67% | 0.4% | - |
| HSV(B) | 150.22º | 0.81% | 0.67% | - |
| XYZ | 17.4 | 30.03 | 17.45 | - |
| YUV | 121.29 | 117.11 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 102 | 0.81 | 0 | 0.4 | 0.33 | 150.22 | 0.67 | 0.4 |
| Hex | 21 | AA | 66 | 51 | 0 | 28 | 21 | 96 | 43 | 28 |
| Octal | 41 | 252 | 146 | 121 | 0 | 50 | 41 | 226 | 103 | 50 |
| Binary | 100001 | 10101010 | 1100110 | 1010001 | 0 | 101000 | 100001 | 10010110 | 1000011 | 101000 |
Color Harmonies of #21AA66
Complementary color
Monochromatic Colors of #21AA66
Black with #21AA66
Text Example
Text Example
White with #21AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA66; }
p { color: rgb(33,170,102); }
H1.HeaderClassName
{
color: #21AA66;
}
.AnyTagClassName
{
color: #21AA66;
}
</style>
background-color css
<style>
a { background-color: #21AA66; }
a { background-color: rgb(33,170,102); }
div.DivClassName
{
background-color: #21AA66;
}
.BgClassName
{
background-color: #21AA66;
}
</style>
border-color css
<style>
span { border-color: #21AA66; }
span { border-color: rgb(33,170,102); }
td.TdClassName
{
border-color: #21AA66;
}
.TagClassName
{
border-color: #21AA66;
}
</style>