Shades of Gum Leaf #AEC2B0
Tints of Gum Leaf #AEC2B0
RGB
CMYK
RGB Variations
Color information
#AEC2B0 (or 0xAEC2B0) is known color: Gum Leaf. HEX triplet: AE, C2 and B0. RGB value is (174,194,176). Sum of RGB (Red+Green+Blue) = 174+194+176=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC2B0 is #513D4F. Grayscale: #BABABA. Windows color (decimal): -5324112 or 11584174. OLE color: 11584174.
HSL color Cylindrical-coordinate representation of color #AEC2B0: hue angle of 126º 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 #AEC2B0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 194 | 176 | - |
CMYK | 0.10 | 0 | 0.09 | 0.24 |
HSL | 126º | 0.14% | 0.72% | - |
HSV(B) | 126º | 0.1% | 0.76% | - |
XYZ | 44.58 | 50.72 | 48.51 | - |
YUV | 185.97 | 122.37 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 194 | 176 | 0.10 | 0 | 0.09 | 0.24 | 126 | 0.14 | 0.72 |
Hex | AE | C2 | B0 | A | 0 | 9 | 18 | 7E | E | 48 |
Octal | 256 | 302 | 260 | 12 | 0 | 11 | 30 | 176 | 16 | 110 |
Binary | 10101110 | 11000010 | 10110000 | 1010 | 0 | 1001 | 11000 | 1111110 | 1110 | 1001000 |
Color Harmonies of #AEC2B0
Complementary color
Monochromatic Colors of #AEC2B0
Black with #AEC2B0
Text Example
Text Example
White with #AEC2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2B0; }
p { color: rgb(174,194,176); }
H1.HeaderClassName
{
color: #AEC2B0;
}
.AnyTagClassName
{
color: #AEC2B0;
}
</style>
background-color css
<style>
a { background-color: #AEC2B0; }
a { background-color: rgb(174,194,176); }
div.DivClassName
{
background-color: #AEC2B0;
}
.BgClassName
{
background-color: #AEC2B0;
}
</style>
border-color css
<style>
span { border-color: #AEC2B0; }
span { border-color: rgb(174,194,176); }
td.TdClassName
{
border-color: #AEC2B0;
}
.TagClassName
{
border-color: #AEC2B0;
}
</style>