Shades of Gum Leaf #AAD6B1
Tints of Gum Leaf #AAD6B1
RGB
CMYK
RGB Variations
Color information
#AAD6B1 (or 0xAAD6B1) is known color: Gum Leaf. HEX triplet: AA, D6 and B1. RGB value is (170,214,177). Sum of RGB (Red+Green+Blue) = 170+214+177=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD6B1 is #55294E. Grayscale: #C4C4C4. Windows color (decimal): -5581135 or 11654826. OLE color: 11654826.
HSL color Cylindrical-coordinate representation of color #AAD6B1: hue angle of 129.55º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD6B1 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 177 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.16 |
| HSL | 129.55º | 0.35% | 0.75% | - |
| HSV(B) | 129.55º | 0.21% | 0.84% | - |
| XYZ | 48.56 | 59.81 | 50.58 | - |
| YUV | 196.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 177 | 0.21 | 0 | 0.17 | 0.16 | 129.55 | 0.35 | 0.75 |
| Hex | AA | D6 | B1 | 15 | 0 | 11 | 10 | 82 | 23 | 4B |
| Octal | 252 | 326 | 261 | 25 | 0 | 21 | 20 | 202 | 43 | 113 |
| Binary | 10101010 | 11010110 | 10110001 | 10101 | 0 | 10001 | 10000 | 10000010 | 100011 | 1001011 |
Color Harmonies of #AAD6B1
Complementary color
Monochromatic Colors of #AAD6B1
Black with #AAD6B1
Text Example
Text Example
White with #AAD6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD6B1; }
p { color: rgb(170,214,177); }
H1.HeaderClassName
{
color: #AAD6B1;
}
.AnyTagClassName
{
color: #AAD6B1;
}
</style>
background-color css
<style>
a { background-color: #AAD6B1; }
a { background-color: rgb(170,214,177); }
div.DivClassName
{
background-color: #AAD6B1;
}
.BgClassName
{
background-color: #AAD6B1;
}
</style>
border-color css
<style>
span { border-color: #AAD6B1; }
span { border-color: rgb(170,214,177); }
td.TdClassName
{
border-color: #AAD6B1;
}
.TagClassName
{
border-color: #AAD6B1;
}
</style>