Shades of Gum Leaf #AEC2B1
Tints of Gum Leaf #AEC2B1
RGB
CMYK
RGB Variations
Color information
#AEC2B1 (or 0xAEC2B1) is known color: Gum Leaf. HEX triplet: AE, C2 and B1. RGB value is (174,194,177). Sum of RGB (Red+Green+Blue) = 174+194+177=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC2B1 is #513D4E. Grayscale: #BABABA. Windows color (decimal): -5324111 or 11649710. OLE color: 11649710.
HSL color Cylindrical-coordinate representation of color #AEC2B1: hue angle of 129º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC2B1 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 177 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.24 |
| HSL | 129º | 0.14% | 0.72% | - |
| HSV(B) | 129º | 0.1% | 0.76% | - |
| XYZ | 44.68 | 50.76 | 49.04 | - |
| YUV | 186.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 177 | 0.10 | 0 | 0.09 | 0.24 | 129 | 0.14 | 0.72 |
| Hex | AE | C2 | B1 | A | 0 | 9 | 18 | 81 | E | 48 |
| Octal | 256 | 302 | 261 | 12 | 0 | 11 | 30 | 201 | 16 | 110 |
| Binary | 10101110 | 11000010 | 10110001 | 1010 | 0 | 1001 | 11000 | 10000001 | 1110 | 1001000 |
Color Harmonies of #AEC2B1
Complementary color
Monochromatic Colors of #AEC2B1
Black with #AEC2B1
Text Example
Text Example
White with #AEC2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2B1; }
p { color: rgb(174,194,177); }
H1.HeaderClassName
{
color: #AEC2B1;
}
.AnyTagClassName
{
color: #AEC2B1;
}
</style>
background-color css
<style>
a { background-color: #AEC2B1; }
a { background-color: rgb(174,194,177); }
div.DivClassName
{
background-color: #AEC2B1;
}
.BgClassName
{
background-color: #AEC2B1;
}
</style>
border-color css
<style>
span { border-color: #AEC2B1; }
span { border-color: rgb(174,194,177); }
td.TdClassName
{
border-color: #AEC2B1;
}
.TagClassName
{
border-color: #AEC2B1;
}
</style>