Shades of Gum Leaf #AACEAF
Tints of Gum Leaf #AACEAF
RGB
CMYK
RGB Variations
Color information
#AACEAF (or 0xAACEAF) is known color: Gum Leaf. HEX triplet: AA, CE and AF. RGB value is (170,206,175). Sum of RGB (Red+Green+Blue) = 170+206+175=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEAF is #553150. Grayscale: #BFBFBF. Windows color (decimal): -5583185 or 11521706. OLE color: 11521706.
HSL color Cylindrical-coordinate representation of color #AACEAF: hue angle of 128.33º 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 #AACEAF is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 175 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.19 |
| HSL | 128.33º | 0.27% | 0.74% | - |
| HSV(B) | 128.33º | 0.17% | 0.81% | - |
| XYZ | 46.39 | 55.78 | 48.88 | - |
| YUV | 191.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 175 | 0.17 | 0 | 0.15 | 0.19 | 128.33 | 0.27 | 0.74 |
| Hex | AA | CE | AF | 11 | 0 | F | 13 | 80 | 1B | 4A |
| Octal | 252 | 316 | 257 | 21 | 0 | 17 | 23 | 200 | 33 | 112 |
| Binary | 10101010 | 11001110 | 10101111 | 10001 | 0 | 1111 | 10011 | 10000000 | 11011 | 1001010 |
Color Harmonies of #AACEAF
Complementary color
Monochromatic Colors of #AACEAF
Black with #AACEAF
Text Example
Text Example
White with #AACEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEAF; }
p { color: rgb(170,206,175); }
H1.HeaderClassName
{
color: #AACEAF;
}
.AnyTagClassName
{
color: #AACEAF;
}
</style>
background-color css
<style>
a { background-color: #AACEAF; }
a { background-color: rgb(170,206,175); }
div.DivClassName
{
background-color: #AACEAF;
}
.BgClassName
{
background-color: #AACEAF;
}
</style>
border-color css
<style>
span { border-color: #AACEAF; }
span { border-color: rgb(170,206,175); }
td.TdClassName
{
border-color: #AACEAF;
}
.TagClassName
{
border-color: #AACEAF;
}
</style>