Shades of Gum Leaf #AECFB9
Tints of Gum Leaf #AECFB9
RGB
CMYK
RGB Variations
Color information
#AECFB9 (or 0xAECFB9) is known color: Gum Leaf. HEX triplet: AE, CF and B9. RGB value is (174,207,185). Sum of RGB (Red+Green+Blue) = 174+207+185=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFB9 is #513046. Grayscale: #C2C2C2. Windows color (decimal): -5320775 or 12177326. OLE color: 12177326.
HSL color Cylindrical-coordinate representation of color #AECFB9: hue angle of 140º degrees, saturation: 0.26, 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 #AECFB9 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 185 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.19 |
| HSL | 140º | 0.26% | 0.75% | - |
| HSV(B) | 140º | 0.16% | 0.81% | - |
| XYZ | 48.53 | 57.13 | 54.37 | - |
| YUV | 194.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 185 | 0.16 | 0 | 0.11 | 0.19 | 140 | 0.26 | 0.75 |
| Hex | AE | CF | B9 | 10 | 0 | B | 13 | 8C | 1A | 4B |
| Octal | 256 | 317 | 271 | 20 | 0 | 13 | 23 | 214 | 32 | 113 |
| Binary | 10101110 | 11001111 | 10111001 | 10000 | 0 | 1011 | 10011 | 10001100 | 11010 | 1001011 |
Color Harmonies of #AECFB9
Complementary color
Monochromatic Colors of #AECFB9
Black with #AECFB9
Text Example
Text Example
White with #AECFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFB9; }
p { color: rgb(174,207,185); }
H1.HeaderClassName
{
color: #AECFB9;
}
.AnyTagClassName
{
color: #AECFB9;
}
</style>
background-color css
<style>
a { background-color: #AECFB9; }
a { background-color: rgb(174,207,185); }
div.DivClassName
{
background-color: #AECFB9;
}
.BgClassName
{
background-color: #AECFB9;
}
</style>
border-color css
<style>
span { border-color: #AECFB9; }
span { border-color: rgb(174,207,185); }
td.TdClassName
{
border-color: #AECFB9;
}
.TagClassName
{
border-color: #AECFB9;
}
</style>