Shades of Gum Leaf #AAD1B1
Tints of Gum Leaf #AAD1B1
RGB
CMYK
RGB Variations
Color information
#AAD1B1 (or 0xAAD1B1) is known color: Gum Leaf. HEX triplet: AA, D1 and B1. RGB value is (170,209,177). Sum of RGB (Red+Green+Blue) = 170+209+177=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1B1 is #552E4E. Grayscale: #C1C1C1. Windows color (decimal): -5582415 or 11653546. OLE color: 11653546.
HSL color Cylindrical-coordinate representation of color #AAD1B1: hue angle of 130.77º 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 #AAD1B1 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 177 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.18 |
| HSL | 130.77º | 0.3% | 0.74% | - |
| HSV(B) | 130.77º | 0.19% | 0.82% | - |
| XYZ | 47.31 | 57.32 | 50.17 | - |
| YUV | 193.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 177 | 0.19 | 0 | 0.15 | 0.18 | 130.77 | 0.3 | 0.74 |
| Hex | AA | D1 | B1 | 13 | 0 | F | 12 | 83 | 1E | 4A |
| Octal | 252 | 321 | 261 | 23 | 0 | 17 | 22 | 203 | 36 | 112 |
| Binary | 10101010 | 11010001 | 10110001 | 10011 | 0 | 1111 | 10010 | 10000011 | 11110 | 1001010 |
Color Harmonies of #AAD1B1
Complementary color
Monochromatic Colors of #AAD1B1
Black with #AAD1B1
Text Example
Text Example
White with #AAD1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1B1; }
p { color: rgb(170,209,177); }
H1.HeaderClassName
{
color: #AAD1B1;
}
.AnyTagClassName
{
color: #AAD1B1;
}
</style>
background-color css
<style>
a { background-color: #AAD1B1; }
a { background-color: rgb(170,209,177); }
div.DivClassName
{
background-color: #AAD1B1;
}
.BgClassName
{
background-color: #AAD1B1;
}
</style>
border-color css
<style>
span { border-color: #AAD1B1; }
span { border-color: rgb(170,209,177); }
td.TdClassName
{
border-color: #AAD1B1;
}
.TagClassName
{
border-color: #AAD1B1;
}
</style>