Shades of Gum Leaf #AEC0B1
Tints of Gum Leaf #AEC0B1
RGB
CMYK
RGB Variations
Color information
#AEC0B1 (or 0xAEC0B1) is known color: Gum Leaf. HEX triplet: AE, C0 and B1. RGB value is (174,192,177). Sum of RGB (Red+Green+Blue) = 174+192+177=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC0B1 is #513F4E. Grayscale: #B8B8B8. Windows color (decimal): -5324623 or 11649198. OLE color: 11649198.
HSL color Cylindrical-coordinate representation of color #AEC0B1: hue angle of 130º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEC0B1 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 177 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.25 |
| HSL | 130º | 0.13% | 0.72% | - |
| HSV(B) | 130º | 0.09% | 0.75% | - |
| XYZ | 44.24 | 49.87 | 48.89 | - |
| YUV | 184.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 177 | 0.09 | 0 | 0.08 | 0.25 | 130 | 0.13 | 0.72 |
| Hex | AE | C0 | B1 | 9 | 0 | 8 | 19 | 82 | C | 48 |
| Octal | 256 | 300 | 261 | 11 | 0 | 10 | 31 | 202 | 14 | 110 |
| Binary | 10101110 | 11000000 | 10110001 | 1001 | 0 | 1000 | 11001 | 10000010 | 1100 | 1001000 |
Color Harmonies of #AEC0B1
Complementary color
Monochromatic Colors of #AEC0B1
Black with #AEC0B1
Text Example
Text Example
White with #AEC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC0B1; }
p { color: rgb(174,192,177); }
H1.HeaderClassName
{
color: #AEC0B1;
}
.AnyTagClassName
{
color: #AEC0B1;
}
</style>
background-color css
<style>
a { background-color: #AEC0B1; }
a { background-color: rgb(174,192,177); }
div.DivClassName
{
background-color: #AEC0B1;
}
.BgClassName
{
background-color: #AEC0B1;
}
</style>
border-color css
<style>
span { border-color: #AEC0B1; }
span { border-color: rgb(174,192,177); }
td.TdClassName
{
border-color: #AEC0B1;
}
.TagClassName
{
border-color: #AEC0B1;
}
</style>