Shades of Eucalyptus #21AA6B
Tints of Eucalyptus #21AA6B
RGB
CMYK
RGB Variations
Color information
#21AA6B (or 0x21AA6B) is known color: Eucalyptus. HEX triplet: 21, AA and 6B. RGB value is (33,170,107). Sum of RGB (Red+Green+Blue) = 33+170+107=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA6B is #DE5594. Grayscale: #797979. Windows color (decimal): -14570901 or 7055905. OLE color: 7055905.
HSL color Cylindrical-coordinate representation of color #21AA6B: hue angle of 152.41º 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 #21AA6B is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 107 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.33 |
| HSL | 152.41º | 0.67% | 0.4% | - |
| HSV(B) | 152.41º | 0.81% | 0.67% | - |
| XYZ | 17.66 | 30.13 | 18.8 | - |
| YUV | 121.86 | 119.61 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 107 | 0.81 | 0 | 0.37 | 0.33 | 152.41 | 0.67 | 0.4 |
| Hex | 21 | AA | 6B | 51 | 0 | 25 | 21 | 98 | 43 | 28 |
| Octal | 41 | 252 | 153 | 121 | 0 | 45 | 41 | 230 | 103 | 50 |
| Binary | 100001 | 10101010 | 1101011 | 1010001 | 0 | 100101 | 100001 | 10011000 | 1000011 | 101000 |
Color Harmonies of #21AA6B
Complementary color
Monochromatic Colors of #21AA6B
Black with #21AA6B
Text Example
Text Example
White with #21AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA6B; }
p { color: rgb(33,170,107); }
H1.HeaderClassName
{
color: #21AA6B;
}
.AnyTagClassName
{
color: #21AA6B;
}
</style>
background-color css
<style>
a { background-color: #21AA6B; }
a { background-color: rgb(33,170,107); }
div.DivClassName
{
background-color: #21AA6B;
}
.BgClassName
{
background-color: #21AA6B;
}
</style>
border-color css
<style>
span { border-color: #21AA6B; }
span { border-color: rgb(33,170,107); }
td.TdClassName
{
border-color: #21AA6B;
}
.TagClassName
{
border-color: #21AA6B;
}
</style>