Shades of Gum Leaf #AAC7B2
Tints of Gum Leaf #AAC7B2
RGB
CMYK
RGB Variations
Color information
#AAC7B2 (or 0xAAC7B2) is known color: Gum Leaf. HEX triplet: AA, C7 and B2. RGB value is (170,199,178). Sum of RGB (Red+Green+Blue) = 170+199+178=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7B2 is #55384D. Grayscale: #BBBBBB. Windows color (decimal): -5584974 or 11716522. OLE color: 11716522.
HSL color Cylindrical-coordinate representation of color #AAC7B2: hue angle of 136.55º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC7B2 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 178 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.22 |
| HSL | 136.55º | 0.21% | 0.72% | - |
| HSV(B) | 136.55º | 0.15% | 0.78% | - |
| XYZ | 45.04 | 52.61 | 49.9 | - |
| YUV | 187.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 178 | 0.15 | 0 | 0.11 | 0.22 | 136.55 | 0.21 | 0.72 |
| Hex | AA | C7 | B2 | F | 0 | B | 16 | 89 | 15 | 48 |
| Octal | 252 | 307 | 262 | 17 | 0 | 13 | 26 | 211 | 25 | 110 |
| Binary | 10101010 | 11000111 | 10110010 | 1111 | 0 | 1011 | 10110 | 10001001 | 10101 | 1001000 |
Color Harmonies of #AAC7B2
Complementary color
Monochromatic Colors of #AAC7B2
Black with #AAC7B2
Text Example
Text Example
White with #AAC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7B2; }
p { color: rgb(170,199,178); }
H1.HeaderClassName
{
color: #AAC7B2;
}
.AnyTagClassName
{
color: #AAC7B2;
}
</style>
background-color css
<style>
a { background-color: #AAC7B2; }
a { background-color: rgb(170,199,178); }
div.DivClassName
{
background-color: #AAC7B2;
}
.BgClassName
{
background-color: #AAC7B2;
}
</style>
border-color css
<style>
span { border-color: #AAC7B2; }
span { border-color: rgb(170,199,178); }
td.TdClassName
{
border-color: #AAC7B2;
}
.TagClassName
{
border-color: #AAC7B2;
}
</style>