Shades of Gum Leaf #AAD0B7
Tints of Gum Leaf #AAD0B7
RGB
CMYK
RGB Variations
Color information
#AAD0B7 (or 0xAAD0B7) is known color: Gum Leaf. HEX triplet: AA, D0 and B7. RGB value is (170,208,183). Sum of RGB (Red+Green+Blue) = 170+208+183=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0B7 is #552F48. Grayscale: #C1C1C1. Windows color (decimal): -5582665 or 12046506. OLE color: 12046506.
HSL color Cylindrical-coordinate representation of color #AAD0B7: hue angle of 140.53º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0B7 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 183 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.18 |
| HSL | 140.53º | 0.29% | 0.74% | - |
| HSV(B) | 140.53º | 0.18% | 0.82% | - |
| XYZ | 47.68 | 57.08 | 53.3 | - |
| YUV | 193.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 183 | 0.18 | 0 | 0.12 | 0.18 | 140.53 | 0.29 | 0.74 |
| Hex | AA | D0 | B7 | 12 | 0 | C | 12 | 8D | 1D | 4A |
| Octal | 252 | 320 | 267 | 22 | 0 | 14 | 22 | 215 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10110111 | 10010 | 0 | 1100 | 10010 | 10001101 | 11101 | 1001010 |
Color Harmonies of #AAD0B7
Complementary color
Monochromatic Colors of #AAD0B7
Black with #AAD0B7
Text Example
Text Example
White with #AAD0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0B7; }
p { color: rgb(170,208,183); }
H1.HeaderClassName
{
color: #AAD0B7;
}
.AnyTagClassName
{
color: #AAD0B7;
}
</style>
background-color css
<style>
a { background-color: #AAD0B7; }
a { background-color: rgb(170,208,183); }
div.DivClassName
{
background-color: #AAD0B7;
}
.BgClassName
{
background-color: #AAD0B7;
}
</style>
border-color css
<style>
span { border-color: #AAD0B7; }
span { border-color: rgb(170,208,183); }
td.TdClassName
{
border-color: #AAD0B7;
}
.TagClassName
{
border-color: #AAD0B7;
}
</style>