Shades of Gum Leaf #AACEAD
Tints of Gum Leaf #AACEAD
RGB
CMYK
RGB Variations
Color information
#AACEAD (or 0xAACEAD) is known color: Gum Leaf. HEX triplet: AA, CE and AD. RGB value is (170,206,173). Sum of RGB (Red+Green+Blue) = 170+206+173=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEAD is #553152. Grayscale: #BFBFBF. Windows color (decimal): -5583187 or 11390634. OLE color: 11390634.
HSL color Cylindrical-coordinate representation of color #AACEAD: hue angle of 125º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEAD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 173 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.19 |
| HSL | 125º | 0.27% | 0.74% | - |
| HSV(B) | 125º | 0.17% | 0.81% | - |
| XYZ | 46.19 | 55.71 | 47.85 | - |
| YUV | 191.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 173 | 0.17 | 0 | 0.16 | 0.19 | 125 | 0.27 | 0.74 |
| Hex | AA | CE | AD | 11 | 0 | 10 | 13 | 7D | 1B | 4A |
| Octal | 252 | 316 | 255 | 21 | 0 | 20 | 23 | 175 | 33 | 112 |
| Binary | 10101010 | 11001110 | 10101101 | 10001 | 0 | 10000 | 10011 | 1111101 | 11011 | 1001010 |
Color Harmonies of #AACEAD
Complementary color
Monochromatic Colors of #AACEAD
Black with #AACEAD
Text Example
Text Example
White with #AACEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEAD; }
p { color: rgb(170,206,173); }
H1.HeaderClassName
{
color: #AACEAD;
}
.AnyTagClassName
{
color: #AACEAD;
}
</style>
background-color css
<style>
a { background-color: #AACEAD; }
a { background-color: rgb(170,206,173); }
div.DivClassName
{
background-color: #AACEAD;
}
.BgClassName
{
background-color: #AACEAD;
}
</style>
border-color css
<style>
span { border-color: #AACEAD; }
span { border-color: rgb(170,206,173); }
td.TdClassName
{
border-color: #AACEAD;
}
.TagClassName
{
border-color: #AACEAD;
}
</style>