Shades of Gum Leaf #AECEB7
Tints of Gum Leaf #AECEB7
RGB
CMYK
RGB Variations
Color information
#AECEB7 (or 0xAECEB7) is known color: Gum Leaf. HEX triplet: AE, CE and B7. RGB value is (174,206,183). Sum of RGB (Red+Green+Blue) = 174+206+183=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEB7 is #513148. Grayscale: #C1C1C1. Windows color (decimal): -5321033 or 12045998. OLE color: 12045998.
HSL color Cylindrical-coordinate representation of color #AECEB7: hue angle of 136.88º 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 #AECEB7 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 183 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.19 |
| HSL | 136.88º | 0.25% | 0.75% | - |
| HSV(B) | 136.88º | 0.16% | 0.81% | - |
| XYZ | 48.07 | 56.56 | 53.18 | - |
| YUV | 193.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 183 | 0.16 | 0 | 0.11 | 0.19 | 136.88 | 0.25 | 0.75 |
| Hex | AE | CE | B7 | 10 | 0 | B | 13 | 89 | 19 | 4B |
| Octal | 256 | 316 | 267 | 20 | 0 | 13 | 23 | 211 | 31 | 113 |
| Binary | 10101110 | 11001110 | 10110111 | 10000 | 0 | 1011 | 10011 | 10001001 | 11001 | 1001011 |
Color Harmonies of #AECEB7
Complementary color
Monochromatic Colors of #AECEB7
Black with #AECEB7
Text Example
Text Example
White with #AECEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEB7; }
p { color: rgb(174,206,183); }
H1.HeaderClassName
{
color: #AECEB7;
}
.AnyTagClassName
{
color: #AECEB7;
}
</style>
background-color css
<style>
a { background-color: #AECEB7; }
a { background-color: rgb(174,206,183); }
div.DivClassName
{
background-color: #AECEB7;
}
.BgClassName
{
background-color: #AECEB7;
}
</style>
border-color css
<style>
span { border-color: #AECEB7; }
span { border-color: rgb(174,206,183); }
td.TdClassName
{
border-color: #AECEB7;
}
.TagClassName
{
border-color: #AECEB7;
}
</style>