Shades of Gum Leaf #AAC6B2
Tints of Gum Leaf #AAC6B2
RGB
CMYK
RGB Variations
Color information
#AAC6B2 (or 0xAAC6B2) is known color: Gum Leaf. HEX triplet: AA, C6 and B2. RGB value is (170,198,178). Sum of RGB (Red+Green+Blue) = 170+198+178=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC6B2 is #55394D. Grayscale: #BBBBBB. Windows color (decimal): -5585230 or 11716266. OLE color: 11716266.
HSL color Cylindrical-coordinate representation of color #AAC6B2: hue angle of 137.14º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC6B2 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 178 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.22 |
| HSL | 137.14º | 0.2% | 0.72% | - |
| HSV(B) | 137.14º | 0.14% | 0.78% | - |
| XYZ | 44.81 | 52.15 | 49.82 | - |
| YUV | 187.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 178 | 0.14 | 0 | 0.10 | 0.22 | 137.14 | 0.2 | 0.72 |
| Hex | AA | C6 | B2 | E | 0 | A | 16 | 89 | 14 | 48 |
| Octal | 252 | 306 | 262 | 16 | 0 | 12 | 26 | 211 | 24 | 110 |
| Binary | 10101010 | 11000110 | 10110010 | 1110 | 0 | 1010 | 10110 | 10001001 | 10100 | 1001000 |
Color Harmonies of #AAC6B2
Complementary color
Monochromatic Colors of #AAC6B2
Black with #AAC6B2
Text Example
Text Example
White with #AAC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6B2; }
p { color: rgb(170,198,178); }
H1.HeaderClassName
{
color: #AAC6B2;
}
.AnyTagClassName
{
color: #AAC6B2;
}
</style>
background-color css
<style>
a { background-color: #AAC6B2; }
a { background-color: rgb(170,198,178); }
div.DivClassName
{
background-color: #AAC6B2;
}
.BgClassName
{
background-color: #AAC6B2;
}
</style>
border-color css
<style>
span { border-color: #AAC6B2; }
span { border-color: rgb(170,198,178); }
td.TdClassName
{
border-color: #AAC6B2;
}
.TagClassName
{
border-color: #AAC6B2;
}
</style>