Shades of Gum Leaf #AACDB7
Tints of Gum Leaf #AACDB7
RGB
CMYK
RGB Variations
Color information
#AACDB7 (or 0xAACDB7) is known color: Gum Leaf. HEX triplet: AA, CD and B7. RGB value is (170,205,183). Sum of RGB (Red+Green+Blue) = 170+205+183=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDB7 is #553248. Grayscale: #C0C0C0. Windows color (decimal): -5583433 or 12045738. OLE color: 12045738.
HSL color Cylindrical-coordinate representation of color #AACDB7: hue angle of 142.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDB7 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 183 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.20 |
| HSL | 142.29º | 0.26% | 0.74% | - |
| HSV(B) | 142.29º | 0.17% | 0.8% | - |
| XYZ | 46.96 | 55.63 | 53.06 | - |
| YUV | 192.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 183 | 0.17 | 0 | 0.11 | 0.20 | 142.29 | 0.26 | 0.74 |
| Hex | AA | CD | B7 | 11 | 0 | B | 14 | 8E | 1A | 4A |
| Octal | 252 | 315 | 267 | 21 | 0 | 13 | 24 | 216 | 32 | 112 |
| Binary | 10101010 | 11001101 | 10110111 | 10001 | 0 | 1011 | 10100 | 10001110 | 11010 | 1001010 |
Color Harmonies of #AACDB7
Complementary color
Monochromatic Colors of #AACDB7
Black with #AACDB7
Text Example
Text Example
White with #AACDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDB7; }
p { color: rgb(170,205,183); }
H1.HeaderClassName
{
color: #AACDB7;
}
.AnyTagClassName
{
color: #AACDB7;
}
</style>
background-color css
<style>
a { background-color: #AACDB7; }
a { background-color: rgb(170,205,183); }
div.DivClassName
{
background-color: #AACDB7;
}
.BgClassName
{
background-color: #AACDB7;
}
</style>
border-color css
<style>
span { border-color: #AACDB7; }
span { border-color: rgb(170,205,183); }
td.TdClassName
{
border-color: #AACDB7;
}
.TagClassName
{
border-color: #AACDB7;
}
</style>