Shades of Gum Leaf #AACDB0
Tints of Gum Leaf #AACDB0
RGB
CMYK
RGB Variations
Color information
#AACDB0 (or 0xAACDB0) is known color: Gum Leaf. HEX triplet: AA, CD and B0. RGB value is (170,205,176). Sum of RGB (Red+Green+Blue) = 170+205+176=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDB0 is #55324F. Grayscale: #BFBFBF. Windows color (decimal): -5583440 or 11586986. OLE color: 11586986.
HSL color Cylindrical-coordinate representation of color #AACDB0: hue angle of 130.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 #AACDB0 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 176 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.20 |
| HSL | 130.29º | 0.26% | 0.74% | - |
| HSV(B) | 130.29º | 0.17% | 0.8% | - |
| XYZ | 46.25 | 55.34 | 49.32 | - |
| YUV | 191.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 176 | 0.17 | 0 | 0.14 | 0.20 | 130.29 | 0.26 | 0.74 |
| Hex | AA | CD | B0 | 11 | 0 | E | 14 | 82 | 1A | 4A |
| Octal | 252 | 315 | 260 | 21 | 0 | 16 | 24 | 202 | 32 | 112 |
| Binary | 10101010 | 11001101 | 10110000 | 10001 | 0 | 1110 | 10100 | 10000010 | 11010 | 1001010 |
Color Harmonies of #AACDB0
Complementary color
Monochromatic Colors of #AACDB0
Black with #AACDB0
Text Example
Text Example
White with #AACDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDB0; }
p { color: rgb(170,205,176); }
H1.HeaderClassName
{
color: #AACDB0;
}
.AnyTagClassName
{
color: #AACDB0;
}
</style>
background-color css
<style>
a { background-color: #AACDB0; }
a { background-color: rgb(170,205,176); }
div.DivClassName
{
background-color: #AACDB0;
}
.BgClassName
{
background-color: #AACDB0;
}
</style>
border-color css
<style>
span { border-color: #AACDB0; }
span { border-color: rgb(170,205,176); }
td.TdClassName
{
border-color: #AACDB0;
}
.TagClassName
{
border-color: #AACDB0;
}
</style>