Shades of Gum Leaf #AACDB5
Tints of Gum Leaf #AACDB5
RGB
CMYK
RGB Variations
Color information
#AACDB5 (or 0xAACDB5) is known color: Gum Leaf. HEX triplet: AA, CD and B5. RGB value is (170,205,181). Sum of RGB (Red+Green+Blue) = 170+205+181=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDB5 is #55324A. Grayscale: #BFBFBF. Windows color (decimal): -5583435 or 11914666. OLE color: 11914666.
HSL color Cylindrical-coordinate representation of color #AACDB5: hue angle of 138.86º 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 #AACDB5 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 181 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.20 |
| HSL | 138.86º | 0.26% | 0.74% | - |
| HSV(B) | 138.86º | 0.17% | 0.8% | - |
| XYZ | 46.75 | 55.54 | 51.97 | - |
| YUV | 191.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 181 | 0.17 | 0 | 0.12 | 0.20 | 138.86 | 0.26 | 0.74 |
| Hex | AA | CD | B5 | 11 | 0 | C | 14 | 8B | 1A | 4A |
| Octal | 252 | 315 | 265 | 21 | 0 | 14 | 24 | 213 | 32 | 112 |
| Binary | 10101010 | 11001101 | 10110101 | 10001 | 0 | 1100 | 10100 | 10001011 | 11010 | 1001010 |
Color Harmonies of #AACDB5
Complementary color
Monochromatic Colors of #AACDB5
Black with #AACDB5
Text Example
Text Example
White with #AACDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDB5; }
p { color: rgb(170,205,181); }
H1.HeaderClassName
{
color: #AACDB5;
}
.AnyTagClassName
{
color: #AACDB5;
}
</style>
background-color css
<style>
a { background-color: #AACDB5; }
a { background-color: rgb(170,205,181); }
div.DivClassName
{
background-color: #AACDB5;
}
.BgClassName
{
background-color: #AACDB5;
}
</style>
border-color css
<style>
span { border-color: #AACDB5; }
span { border-color: rgb(170,205,181); }
td.TdClassName
{
border-color: #AACDB5;
}
.TagClassName
{
border-color: #AACDB5;
}
</style>