Shades of Gum Leaf #AECEB9
Tints of Gum Leaf #AECEB9
RGB
CMYK
RGB Variations
Color information
#AECEB9 (or 0xAECEB9) is known color: Gum Leaf. HEX triplet: AE, CE and B9. RGB value is (174,206,185). Sum of RGB (Red+Green+Blue) = 174+206+185=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEB9 is #513146. Grayscale: #C2C2C2. Windows color (decimal): -5321031 or 12177070. OLE color: 12177070.
HSL color Cylindrical-coordinate representation of color #AECEB9: hue angle of 140.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEB9 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 185 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.19 |
| HSL | 140.63º | 0.25% | 0.75% | - |
| HSV(B) | 140.63º | 0.16% | 0.81% | - |
| XYZ | 48.28 | 56.64 | 54.29 | - |
| YUV | 194.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 185 | 0.16 | 0 | 0.10 | 0.19 | 140.63 | 0.25 | 0.75 |
| Hex | AE | CE | B9 | 10 | 0 | A | 13 | 8D | 19 | 4B |
| Octal | 256 | 316 | 271 | 20 | 0 | 12 | 23 | 215 | 31 | 113 |
| Binary | 10101110 | 11001110 | 10111001 | 10000 | 0 | 1010 | 10011 | 10001101 | 11001 | 1001011 |
Color Harmonies of #AECEB9
Complementary color
Monochromatic Colors of #AECEB9
Black with #AECEB9
Text Example
Text Example
White with #AECEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEB9; }
p { color: rgb(174,206,185); }
H1.HeaderClassName
{
color: #AECEB9;
}
.AnyTagClassName
{
color: #AECEB9;
}
</style>
background-color css
<style>
a { background-color: #AECEB9; }
a { background-color: rgb(174,206,185); }
div.DivClassName
{
background-color: #AECEB9;
}
.BgClassName
{
background-color: #AECEB9;
}
</style>
border-color css
<style>
span { border-color: #AECEB9; }
span { border-color: rgb(174,206,185); }
td.TdClassName
{
border-color: #AECEB9;
}
.TagClassName
{
border-color: #AECEB9;
}
</style>