Shades of Gum Leaf #AACEB0
Tints of Gum Leaf #AACEB0
RGB
CMYK
RGB Variations
Color information
#AACEB0 (or 0xAACEB0) is known color: Gum Leaf. HEX triplet: AA, CE and B0. RGB value is (170,206,176). Sum of RGB (Red+Green+Blue) = 170+206+176=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEB0 is #55314F. Grayscale: #BFBFBF. Windows color (decimal): -5583184 or 11587242. OLE color: 11587242.
HSL color Cylindrical-coordinate representation of color #AACEB0: hue angle of 130º 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 #AACEB0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 176 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.19 |
| HSL | 130º | 0.27% | 0.74% | - |
| HSV(B) | 130º | 0.17% | 0.81% | - |
| XYZ | 46.49 | 55.82 | 49.4 | - |
| YUV | 191.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 176 | 0.17 | 0 | 0.15 | 0.19 | 130 | 0.27 | 0.74 |
| Hex | AA | CE | B0 | 11 | 0 | F | 13 | 82 | 1B | 4A |
| Octal | 252 | 316 | 260 | 21 | 0 | 17 | 23 | 202 | 33 | 112 |
| Binary | 10101010 | 11001110 | 10110000 | 10001 | 0 | 1111 | 10011 | 10000010 | 11011 | 1001010 |
Color Harmonies of #AACEB0
Complementary color
Monochromatic Colors of #AACEB0
Black with #AACEB0
Text Example
Text Example
White with #AACEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEB0; }
p { color: rgb(170,206,176); }
H1.HeaderClassName
{
color: #AACEB0;
}
.AnyTagClassName
{
color: #AACEB0;
}
</style>
background-color css
<style>
a { background-color: #AACEB0; }
a { background-color: rgb(170,206,176); }
div.DivClassName
{
background-color: #AACEB0;
}
.BgClassName
{
background-color: #AACEB0;
}
</style>
border-color css
<style>
span { border-color: #AACEB0; }
span { border-color: rgb(170,206,176); }
td.TdClassName
{
border-color: #AACEB0;
}
.TagClassName
{
border-color: #AACEB0;
}
</style>