Shades of Gum Leaf #AAD1B9
Tints of Gum Leaf #AAD1B9
RGB
CMYK
RGB Variations
Color information
#AAD1B9 (or 0xAAD1B9) is known color: Gum Leaf. HEX triplet: AA, D1 and B9. RGB value is (170,209,185). Sum of RGB (Red+Green+Blue) = 170+209+185=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1B9 is #552E46. Grayscale: #C2C2C2. Windows color (decimal): -5582407 or 12177834. OLE color: 12177834.
HSL color Cylindrical-coordinate representation of color #AAD1B9: hue angle of 143.08º 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 #AAD1B9 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 185 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.18 |
| HSL | 143.08º | 0.3% | 0.74% | - |
| HSV(B) | 143.08º | 0.19% | 0.82% | - |
| XYZ | 48.13 | 57.65 | 54.49 | - |
| YUV | 194.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 185 | 0.19 | 0 | 0.11 | 0.18 | 143.08 | 0.3 | 0.74 |
| Hex | AA | D1 | B9 | 13 | 0 | B | 12 | 8F | 1E | 4A |
| Octal | 252 | 321 | 271 | 23 | 0 | 13 | 22 | 217 | 36 | 112 |
| Binary | 10101010 | 11010001 | 10111001 | 10011 | 0 | 1011 | 10010 | 10001111 | 11110 | 1001010 |
Color Harmonies of #AAD1B9
Complementary color
Monochromatic Colors of #AAD1B9
Black with #AAD1B9
Text Example
Text Example
White with #AAD1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1B9; }
p { color: rgb(170,209,185); }
H1.HeaderClassName
{
color: #AAD1B9;
}
.AnyTagClassName
{
color: #AAD1B9;
}
</style>
background-color css
<style>
a { background-color: #AAD1B9; }
a { background-color: rgb(170,209,185); }
div.DivClassName
{
background-color: #AAD1B9;
}
.BgClassName
{
background-color: #AAD1B9;
}
</style>
border-color css
<style>
span { border-color: #AAD1B9; }
span { border-color: rgb(170,209,185); }
td.TdClassName
{
border-color: #AAD1B9;
}
.TagClassName
{
border-color: #AAD1B9;
}
</style>