Shades of Gum Leaf #AAD4B2
Tints of Gum Leaf #AAD4B2
RGB
CMYK
RGB Variations
Color information
#AAD4B2 (or 0xAAD4B2) is known color: Gum Leaf. HEX triplet: AA, D4 and B2. RGB value is (170,212,178). Sum of RGB (Red+Green+Blue) = 170+212+178=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD4B2 is #552B4D. Grayscale: #C3C3C3. Windows color (decimal): -5581646 or 11719850. OLE color: 11719850.
HSL color Cylindrical-coordinate representation of color #AAD4B2: hue angle of 131.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD4B2 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 178 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.17 |
| HSL | 131.43º | 0.33% | 0.75% | - |
| HSV(B) | 131.43º | 0.2% | 0.83% | - |
| XYZ | 48.16 | 58.85 | 50.94 | - |
| YUV | 195.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 178 | 0.20 | 0 | 0.16 | 0.17 | 131.43 | 0.33 | 0.75 |
| Hex | AA | D4 | B2 | 14 | 0 | 10 | 11 | 83 | 21 | 4B |
| Octal | 252 | 324 | 262 | 24 | 0 | 20 | 21 | 203 | 41 | 113 |
| Binary | 10101010 | 11010100 | 10110010 | 10100 | 0 | 10000 | 10001 | 10000011 | 100001 | 1001011 |
Color Harmonies of #AAD4B2
Complementary color
Monochromatic Colors of #AAD4B2
Black with #AAD4B2
Text Example
Text Example
White with #AAD4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4B2; }
p { color: rgb(170,212,178); }
H1.HeaderClassName
{
color: #AAD4B2;
}
.AnyTagClassName
{
color: #AAD4B2;
}
</style>
background-color css
<style>
a { background-color: #AAD4B2; }
a { background-color: rgb(170,212,178); }
div.DivClassName
{
background-color: #AAD4B2;
}
.BgClassName
{
background-color: #AAD4B2;
}
</style>
border-color css
<style>
span { border-color: #AAD4B2; }
span { border-color: rgb(170,212,178); }
td.TdClassName
{
border-color: #AAD4B2;
}
.TagClassName
{
border-color: #AAD4B2;
}
</style>