Shades of Eucalyptus #21AA68
Tints of Eucalyptus #21AA68
RGB
CMYK
RGB Variations
Color information
#21AA68 (or 0x21AA68) is known color: Eucalyptus. HEX triplet: 21, AA and 68. RGB value is (33,170,104). Sum of RGB (Red+Green+Blue) = 33+170+104=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA68 is #DE5597. Grayscale: #797979. Windows color (decimal): -14570904 or 6859297. OLE color: 6859297.
HSL color Cylindrical-coordinate representation of color #21AA68: hue angle of 151.09º 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 #21AA68 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 104 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.33 |
| HSL | 151.09º | 0.67% | 0.4% | - |
| HSV(B) | 151.09º | 0.81% | 0.67% | - |
| XYZ | 17.5 | 30.07 | 17.98 | - |
| YUV | 121.51 | 118.11 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 104 | 0.81 | 0 | 0.39 | 0.33 | 151.09 | 0.67 | 0.4 |
| Hex | 21 | AA | 68 | 51 | 0 | 27 | 21 | 97 | 43 | 28 |
| Octal | 41 | 252 | 150 | 121 | 0 | 47 | 41 | 227 | 103 | 50 |
| Binary | 100001 | 10101010 | 1101000 | 1010001 | 0 | 100111 | 100001 | 10010111 | 1000011 | 101000 |
Color Harmonies of #21AA68
Complementary color
Monochromatic Colors of #21AA68
Black with #21AA68
Text Example
Text Example
White with #21AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA68; }
p { color: rgb(33,170,104); }
H1.HeaderClassName
{
color: #21AA68;
}
.AnyTagClassName
{
color: #21AA68;
}
</style>
background-color css
<style>
a { background-color: #21AA68; }
a { background-color: rgb(33,170,104); }
div.DivClassName
{
background-color: #21AA68;
}
.BgClassName
{
background-color: #21AA68;
}
</style>
border-color css
<style>
span { border-color: #21AA68; }
span { border-color: rgb(33,170,104); }
td.TdClassName
{
border-color: #21AA68;
}
.TagClassName
{
border-color: #21AA68;
}
</style>