Shades of Gum Leaf #AAD0B1
Tints of Gum Leaf #AAD0B1
RGB
CMYK
RGB Variations
Color information
#AAD0B1 (or 0xAAD0B1) is known color: Gum Leaf. HEX triplet: AA, D0 and B1. RGB value is (170,208,177). Sum of RGB (Red+Green+Blue) = 170+208+177=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0B1 is #552F4E. Grayscale: #C1C1C1. Windows color (decimal): -5582671 or 11653290. OLE color: 11653290.
HSL color Cylindrical-coordinate representation of color #AAD0B1: hue angle of 131.05º 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 #AAD0B1 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 177 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.18 |
| HSL | 131.05º | 0.29% | 0.74% | - |
| HSV(B) | 131.05º | 0.18% | 0.82% | - |
| XYZ | 47.07 | 56.83 | 50.08 | - |
| YUV | 193.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 177 | 0.18 | 0 | 0.15 | 0.18 | 131.05 | 0.29 | 0.74 |
| Hex | AA | D0 | B1 | 12 | 0 | F | 12 | 83 | 1D | 4A |
| Octal | 252 | 320 | 261 | 22 | 0 | 17 | 22 | 203 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10110001 | 10010 | 0 | 1111 | 10010 | 10000011 | 11101 | 1001010 |
Color Harmonies of #AAD0B1
Complementary color
Monochromatic Colors of #AAD0B1
Black with #AAD0B1
Text Example
Text Example
White with #AAD0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0B1; }
p { color: rgb(170,208,177); }
H1.HeaderClassName
{
color: #AAD0B1;
}
.AnyTagClassName
{
color: #AAD0B1;
}
</style>
background-color css
<style>
a { background-color: #AAD0B1; }
a { background-color: rgb(170,208,177); }
div.DivClassName
{
background-color: #AAD0B1;
}
.BgClassName
{
background-color: #AAD0B1;
}
</style>
border-color css
<style>
span { border-color: #AAD0B1; }
span { border-color: rgb(170,208,177); }
td.TdClassName
{
border-color: #AAD0B1;
}
.TagClassName
{
border-color: #AAD0B1;
}
</style>