Shades of Gum Leaf #AEC7B0
Tints of Gum Leaf #AEC7B0
RGB
CMYK
RGB Variations
Color information
#AEC7B0 (or 0xAEC7B0) is known color: Gum Leaf. HEX triplet: AE, C7 and B0. RGB value is (174,199,176). Sum of RGB (Red+Green+Blue) = 174+199+176=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC7B0 is #51384F. Grayscale: #BCBCBC. Windows color (decimal): -5322832 or 11585454. OLE color: 11585454.
HSL color Cylindrical-coordinate representation of color #AEC7B0: hue angle of 124.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC7B0 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 174 | 199 | 176 | - |
CMYK | 0.13 | 0 | 0.12 | 0.22 |
HSL | 124.8º | 0.18% | 0.73% | - |
HSV(B) | 124.8º | 0.13% | 0.78% | - |
XYZ | 45.72 | 52.98 | 48.89 | - |
YUV | 188.9 | 120.72 | 117.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 199 | 176 | 0.13 | 0 | 0.12 | 0.22 | 124.8 | 0.18 | 0.73 |
Hex | AE | C7 | B0 | D | 0 | C | 16 | 7D | 12 | 49 |
Octal | 256 | 307 | 260 | 15 | 0 | 14 | 26 | 175 | 22 | 111 |
Binary | 10101110 | 11000111 | 10110000 | 1101 | 0 | 1100 | 10110 | 1111101 | 10010 | 1001001 |
Color Harmonies of #AEC7B0
Complementary color
Monochromatic Colors of #AEC7B0
Black with #AEC7B0
Text Example
Text Example
White with #AEC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC7B0; }
p { color: rgb(174,199,176); }
H1.HeaderClassName
{
color: #AEC7B0;
}
.AnyTagClassName
{
color: #AEC7B0;
}
</style>
background-color css
<style>
a { background-color: #AEC7B0; }
a { background-color: rgb(174,199,176); }
div.DivClassName
{
background-color: #AEC7B0;
}
.BgClassName
{
background-color: #AEC7B0;
}
</style>
border-color css
<style>
span { border-color: #AEC7B0; }
span { border-color: rgb(174,199,176); }
td.TdClassName
{
border-color: #AEC7B0;
}
.TagClassName
{
border-color: #AEC7B0;
}
</style>