Shades of Gum Leaf #AAD5B7
Tints of Gum Leaf #AAD5B7
RGB
CMYK
RGB Variations
Color information
#AAD5B7 (or 0xAAD5B7) is known color: Gum Leaf. HEX triplet: AA, D5 and B7. RGB value is (170,213,183). Sum of RGB (Red+Green+Blue) = 170+213+183=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5B7 is #552A48. Grayscale: #C4C4C4. Windows color (decimal): -5581385 or 12047786. OLE color: 12047786.
HSL color Cylindrical-coordinate representation of color #AAD5B7: hue angle of 138.14º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5B7 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 183 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.16 |
| HSL | 138.14º | 0.34% | 0.75% | - |
| HSV(B) | 138.14º | 0.2% | 0.84% | - |
| XYZ | 48.92 | 59.55 | 53.72 | - |
| YUV | 196.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 183 | 0.20 | 0 | 0.14 | 0.16 | 138.14 | 0.34 | 0.75 |
| Hex | AA | D5 | B7 | 14 | 0 | E | 10 | 8A | 22 | 4B |
| Octal | 252 | 325 | 267 | 24 | 0 | 16 | 20 | 212 | 42 | 113 |
| Binary | 10101010 | 11010101 | 10110111 | 10100 | 0 | 1110 | 10000 | 10001010 | 100010 | 1001011 |
Color Harmonies of #AAD5B7
Complementary color
Monochromatic Colors of #AAD5B7
Black with #AAD5B7
Text Example
Text Example
White with #AAD5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5B7; }
p { color: rgb(170,213,183); }
H1.HeaderClassName
{
color: #AAD5B7;
}
.AnyTagClassName
{
color: #AAD5B7;
}
</style>
background-color css
<style>
a { background-color: #AAD5B7; }
a { background-color: rgb(170,213,183); }
div.DivClassName
{
background-color: #AAD5B7;
}
.BgClassName
{
background-color: #AAD5B7;
}
</style>
border-color css
<style>
span { border-color: #AAD5B7; }
span { border-color: rgb(170,213,183); }
td.TdClassName
{
border-color: #AAD5B7;
}
.TagClassName
{
border-color: #AAD5B7;
}
</style>