Shades of Gum Leaf #AACDB4
Tints of Gum Leaf #AACDB4
RGB
CMYK
RGB Variations
Color information
#AACDB4 (or 0xAACDB4) is known color: Gum Leaf. HEX triplet: AA, CD and B4. RGB value is (170,205,180). Sum of RGB (Red+Green+Blue) = 170+205+180=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDB4 is #55324B. Grayscale: #BFBFBF. Windows color (decimal): -5583436 or 11849130. OLE color: 11849130.
HSL color Cylindrical-coordinate representation of color #AACDB4: hue angle of 137.14º 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 #AACDB4 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 180 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.20 |
| HSL | 137.14º | 0.26% | 0.74% | - |
| HSV(B) | 137.14º | 0.17% | 0.8% | - |
| XYZ | 46.65 | 55.5 | 51.43 | - |
| YUV | 191.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 180 | 0.17 | 0 | 0.12 | 0.20 | 137.14 | 0.26 | 0.74 |
| Hex | AA | CD | B4 | 11 | 0 | C | 14 | 89 | 1A | 4A |
| Octal | 252 | 315 | 264 | 21 | 0 | 14 | 24 | 211 | 32 | 112 |
| Binary | 10101010 | 11001101 | 10110100 | 10001 | 0 | 1100 | 10100 | 10001001 | 11010 | 1001010 |
Color Harmonies of #AACDB4
Complementary color
Monochromatic Colors of #AACDB4
Black with #AACDB4
Text Example
Text Example
White with #AACDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDB4; }
p { color: rgb(170,205,180); }
H1.HeaderClassName
{
color: #AACDB4;
}
.AnyTagClassName
{
color: #AACDB4;
}
</style>
background-color css
<style>
a { background-color: #AACDB4; }
a { background-color: rgb(170,205,180); }
div.DivClassName
{
background-color: #AACDB4;
}
.BgClassName
{
background-color: #AACDB4;
}
</style>
border-color css
<style>
span { border-color: #AACDB4; }
span { border-color: rgb(170,205,180); }
td.TdClassName
{
border-color: #AACDB4;
}
.TagClassName
{
border-color: #AACDB4;
}
</style>