Shades of Gum Leaf #AAD1B0
Tints of Gum Leaf #AAD1B0
RGB
CMYK
RGB Variations
Color information
#AAD1B0 (or 0xAAD1B0) is known color: Gum Leaf. HEX triplet: AA, D1 and B0. RGB value is (170,209,176). Sum of RGB (Red+Green+Blue) = 170+209+176=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1B0 is #552E4F. Grayscale: #C1C1C1. Windows color (decimal): -5582416 or 11588010. OLE color: 11588010.
HSL color Cylindrical-coordinate representation of color #AAD1B0: hue angle of 129.23º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1B0 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 176 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.18 |
| HSL | 129.23º | 0.3% | 0.74% | - |
| HSV(B) | 129.23º | 0.19% | 0.82% | - |
| XYZ | 47.21 | 57.28 | 49.64 | - |
| YUV | 193.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 176 | 0.19 | 0 | 0.16 | 0.18 | 129.23 | 0.3 | 0.74 |
| Hex | AA | D1 | B0 | 13 | 0 | 10 | 12 | 81 | 1E | 4A |
| Octal | 252 | 321 | 260 | 23 | 0 | 20 | 22 | 201 | 36 | 112 |
| Binary | 10101010 | 11010001 | 10110000 | 10011 | 0 | 10000 | 10010 | 10000001 | 11110 | 1001010 |
Color Harmonies of #AAD1B0
Complementary color
Monochromatic Colors of #AAD1B0
Black with #AAD1B0
Text Example
Text Example
White with #AAD1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1B0; }
p { color: rgb(170,209,176); }
H1.HeaderClassName
{
color: #AAD1B0;
}
.AnyTagClassName
{
color: #AAD1B0;
}
</style>
background-color css
<style>
a { background-color: #AAD1B0; }
a { background-color: rgb(170,209,176); }
div.DivClassName
{
background-color: #AAD1B0;
}
.BgClassName
{
background-color: #AAD1B0;
}
</style>
border-color css
<style>
span { border-color: #AAD1B0; }
span { border-color: rgb(170,209,176); }
td.TdClassName
{
border-color: #AAD1B0;
}
.TagClassName
{
border-color: #AAD1B0;
}
</style>