Shades of Gum Leaf #AACEB4
Tints of Gum Leaf #AACEB4
RGB
CMYK
RGB Variations
Color information
#AACEB4 (or 0xAACEB4) is known color: Gum Leaf. HEX triplet: AA, CE and B4. RGB value is (170,206,180). Sum of RGB (Red+Green+Blue) = 170+206+180=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEB4 is #55314B. Grayscale: #C0C0C0. Windows color (decimal): -5583180 or 11849386. OLE color: 11849386.
HSL color Cylindrical-coordinate representation of color #AACEB4: hue angle of 136.67º 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 #AACEB4 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 180 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.19 |
| HSL | 136.67º | 0.27% | 0.74% | - |
| HSV(B) | 136.67º | 0.17% | 0.81% | - |
| XYZ | 46.89 | 55.98 | 51.51 | - |
| YUV | 192.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 180 | 0.17 | 0 | 0.13 | 0.19 | 136.67 | 0.27 | 0.74 |
| Hex | AA | CE | B4 | 11 | 0 | D | 13 | 89 | 1B | 4A |
| Octal | 252 | 316 | 264 | 21 | 0 | 15 | 23 | 211 | 33 | 112 |
| Binary | 10101010 | 11001110 | 10110100 | 10001 | 0 | 1101 | 10011 | 10001001 | 11011 | 1001010 |
Color Harmonies of #AACEB4
Complementary color
Monochromatic Colors of #AACEB4
Black with #AACEB4
Text Example
Text Example
White with #AACEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEB4; }
p { color: rgb(170,206,180); }
H1.HeaderClassName
{
color: #AACEB4;
}
.AnyTagClassName
{
color: #AACEB4;
}
</style>
background-color css
<style>
a { background-color: #AACEB4; }
a { background-color: rgb(170,206,180); }
div.DivClassName
{
background-color: #AACEB4;
}
.BgClassName
{
background-color: #AACEB4;
}
</style>
border-color css
<style>
span { border-color: #AACEB4; }
span { border-color: rgb(170,206,180); }
td.TdClassName
{
border-color: #AACEB4;
}
.TagClassName
{
border-color: #AACEB4;
}
</style>