Shades of Gum Leaf #AEC7B5
Tints of Gum Leaf #AEC7B5
RGB
CMYK
RGB Variations
Color information
#AEC7B5 (or 0xAEC7B5) is known color: Gum Leaf. HEX triplet: AE, C7 and B5. RGB value is (174,199,181). Sum of RGB (Red+Green+Blue) = 174+199+181=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC7B5 is #51384A. Grayscale: #BDBDBD. Windows color (decimal): -5322827 or 11913134. OLE color: 11913134.
HSL color Cylindrical-coordinate representation of color #AEC7B5: hue angle of 136.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 #AEC7B5 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 174 | 199 | 181 | - |
CMYK | 0.13 | 0 | 0.09 | 0.22 |
HSL | 136.8º | 0.18% | 0.73% | - |
HSV(B) | 136.8º | 0.13% | 0.78% | - |
XYZ | 46.22 | 53.18 | 51.55 | - |
YUV | 189.47 | 123.22 | 116.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 199 | 181 | 0.13 | 0 | 0.09 | 0.22 | 136.8 | 0.18 | 0.73 |
Hex | AE | C7 | B5 | D | 0 | 9 | 16 | 89 | 12 | 49 |
Octal | 256 | 307 | 265 | 15 | 0 | 11 | 26 | 211 | 22 | 111 |
Binary | 10101110 | 11000111 | 10110101 | 1101 | 0 | 1001 | 10110 | 10001001 | 10010 | 1001001 |
Color Harmonies of #AEC7B5
Complementary color
Monochromatic Colors of #AEC7B5
Black with #AEC7B5
Text Example
Text Example
White with #AEC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC7B5; }
p { color: rgb(174,199,181); }
H1.HeaderClassName
{
color: #AEC7B5;
}
.AnyTagClassName
{
color: #AEC7B5;
}
</style>
background-color css
<style>
a { background-color: #AEC7B5; }
a { background-color: rgb(174,199,181); }
div.DivClassName
{
background-color: #AEC7B5;
}
.BgClassName
{
background-color: #AEC7B5;
}
</style>
border-color css
<style>
span { border-color: #AEC7B5; }
span { border-color: rgb(174,199,181); }
td.TdClassName
{
border-color: #AEC7B5;
}
.TagClassName
{
border-color: #AEC7B5;
}
</style>