Shades of Gum Leaf #AECEB5
Tints of Gum Leaf #AECEB5
RGB
CMYK
RGB Variations
Color information
#AECEB5 (or 0xAECEB5) is known color: Gum Leaf. HEX triplet: AE, CE and B5. RGB value is (174,206,181). Sum of RGB (Red+Green+Blue) = 174+206+181=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEB5 is #51314A. Grayscale: #C1C1C1. Windows color (decimal): -5321035 or 11914926. OLE color: 11914926.
HSL color Cylindrical-coordinate representation of color #AECEB5: hue angle of 133.12º 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 #AECEB5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 181 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.19 |
| HSL | 133.13º | 0.25% | 0.75% | - |
| HSV(B) | 133.13º | 0.16% | 0.81% | - |
| XYZ | 47.87 | 56.48 | 52.09 | - |
| YUV | 193.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 181 | 0.16 | 0 | 0.12 | 0.19 | 133.13 | 0.25 | 0.75 |
| Hex | AE | CE | B5 | 10 | 0 | C | 13 | 85 | 19 | 4B |
| Octal | 256 | 316 | 265 | 20 | 0 | 14 | 23 | 205 | 31 | 113 |
| Binary | 10101110 | 11001110 | 10110101 | 10000 | 0 | 1100 | 10011 | 10000101 | 11001 | 1001011 |
Color Harmonies of #AECEB5
Complementary color
Monochromatic Colors of #AECEB5
Black with #AECEB5
Text Example
Text Example
White with #AECEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEB5; }
p { color: rgb(174,206,181); }
H1.HeaderClassName
{
color: #AECEB5;
}
.AnyTagClassName
{
color: #AECEB5;
}
</style>
background-color css
<style>
a { background-color: #AECEB5; }
a { background-color: rgb(174,206,181); }
div.DivClassName
{
background-color: #AECEB5;
}
.BgClassName
{
background-color: #AECEB5;
}
</style>
border-color css
<style>
span { border-color: #AECEB5; }
span { border-color: rgb(174,206,181); }
td.TdClassName
{
border-color: #AECEB5;
}
.TagClassName
{
border-color: #AECEB5;
}
</style>