Shades of Eucalyptus #22AA6C
Tints of Eucalyptus #22AA6C
RGB
CMYK
RGB Variations
Color information
#22AA6C (or 0x22AA6C) is known color: Eucalyptus. HEX triplet: 22, AA and 6C. RGB value is (34,170,108). Sum of RGB (Red+Green+Blue) = 34+170+108=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #22AA6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AA6C is #DD5593. Grayscale: #7A7A7A. Windows color (decimal): -14505364 or 7121442. OLE color: 7121442.
HSL color Cylindrical-coordinate representation of color #22AA6C: hue angle of 152.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AA6C is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 170 | 108 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.33 |
| HSL | 152.65º | 0.67% | 0.4% | - |
| HSV(B) | 152.65º | 0.8% | 0.67% | - |
| XYZ | 17.74 | 30.17 | 19.08 | - |
| YUV | 122.27 | 119.94 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 170 | 108 | 0.80 | 0 | 0.36 | 0.33 | 152.65 | 0.67 | 0.4 |
| Hex | 22 | AA | 6C | 50 | 0 | 24 | 21 | 99 | 43 | 28 |
| Octal | 42 | 252 | 154 | 120 | 0 | 44 | 41 | 231 | 103 | 50 |
| Binary | 100010 | 10101010 | 1101100 | 1010000 | 0 | 100100 | 100001 | 10011001 | 1000011 | 101000 |
Color Harmonies of #22AA6C
Complementary color
Monochromatic Colors of #22AA6C
Black with #22AA6C
Text Example
Text Example
White with #22AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AA6C; }
p { color: rgb(34,170,108); }
H1.HeaderClassName
{
color: #22AA6C;
}
.AnyTagClassName
{
color: #22AA6C;
}
</style>
background-color css
<style>
a { background-color: #22AA6C; }
a { background-color: rgb(34,170,108); }
div.DivClassName
{
background-color: #22AA6C;
}
.BgClassName
{
background-color: #22AA6C;
}
</style>
border-color css
<style>
span { border-color: #22AA6C; }
span { border-color: rgb(34,170,108); }
td.TdClassName
{
border-color: #22AA6C;
}
.TagClassName
{
border-color: #22AA6C;
}
</style>