Shades of Gum Leaf #AAD2B7
Tints of Gum Leaf #AAD2B7
RGB
CMYK
RGB Variations
Color information
#AAD2B7 (or 0xAAD2B7) is known color: Gum Leaf. HEX triplet: AA, D2 and B7. RGB value is (170,210,183). Sum of RGB (Red+Green+Blue) = 170+210+183=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2B7 is #552D48. Grayscale: #C3C3C3. Windows color (decimal): -5582153 or 12047018. OLE color: 12047018.
HSL color Cylindrical-coordinate representation of color #AAD2B7: hue angle of 139.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD2B7 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 183 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.18 |
| HSL | 139.5º | 0.31% | 0.75% | - |
| HSV(B) | 139.5º | 0.19% | 0.82% | - |
| XYZ | 48.17 | 58.06 | 53.47 | - |
| YUV | 194.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 183 | 0.19 | 0 | 0.13 | 0.18 | 139.5 | 0.31 | 0.75 |
| Hex | AA | D2 | B7 | 13 | 0 | D | 12 | 8C | 1F | 4B |
| Octal | 252 | 322 | 267 | 23 | 0 | 15 | 22 | 214 | 37 | 113 |
| Binary | 10101010 | 11010010 | 10110111 | 10011 | 0 | 1101 | 10010 | 10001100 | 11111 | 1001011 |
Color Harmonies of #AAD2B7
Complementary color
Monochromatic Colors of #AAD2B7
Black with #AAD2B7
Text Example
Text Example
White with #AAD2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2B7; }
p { color: rgb(170,210,183); }
H1.HeaderClassName
{
color: #AAD2B7;
}
.AnyTagClassName
{
color: #AAD2B7;
}
</style>
background-color css
<style>
a { background-color: #AAD2B7; }
a { background-color: rgb(170,210,183); }
div.DivClassName
{
background-color: #AAD2B7;
}
.BgClassName
{
background-color: #AAD2B7;
}
</style>
border-color css
<style>
span { border-color: #AAD2B7; }
span { border-color: rgb(170,210,183); }
td.TdClassName
{
border-color: #AAD2B7;
}
.TagClassName
{
border-color: #AAD2B7;
}
</style>