Shades of Gum Leaf #AEC2B5
Tints of Gum Leaf #AEC2B5
RGB
CMYK
RGB Variations
Color information
#AEC2B5 (or 0xAEC2B5) is known color: Gum Leaf. HEX triplet: AE, C2 and B5. RGB value is (174,194,181). Sum of RGB (Red+Green+Blue) = 174+194+181=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2B5 is #513D4A. Grayscale: #BABABA. Windows color (decimal): -5324107 or 11911854. OLE color: 11911854.
HSL color Cylindrical-coordinate representation of color #AEC2B5: hue angle of 141º 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 #AEC2B5 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 194 | 181 | - |
CMYK | 0.10 | 0 | 0.07 | 0.24 |
HSL | 141º | 0.14% | 0.72% | - |
HSV(B) | 141º | 0.1% | 0.76% | - |
XYZ | 45.09 | 50.92 | 51.17 | - |
YUV | 186.54 | 124.87 | 119.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 194 | 181 | 0.10 | 0 | 0.07 | 0.24 | 141 | 0.14 | 0.72 |
Hex | AE | C2 | B5 | A | 0 | 7 | 18 | 8D | E | 48 |
Octal | 256 | 302 | 265 | 12 | 0 | 7 | 30 | 215 | 16 | 110 |
Binary | 10101110 | 11000010 | 10110101 | 1010 | 0 | 111 | 11000 | 10001101 | 1110 | 1001000 |
Color Harmonies of #AEC2B5
Complementary color
Monochromatic Colors of #AEC2B5
Black with #AEC2B5
Text Example
Text Example
White with #AEC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2B5; }
p { color: rgb(174,194,181); }
H1.HeaderClassName
{
color: #AEC2B5;
}
.AnyTagClassName
{
color: #AEC2B5;
}
</style>
background-color css
<style>
a { background-color: #AEC2B5; }
a { background-color: rgb(174,194,181); }
div.DivClassName
{
background-color: #AEC2B5;
}
.BgClassName
{
background-color: #AEC2B5;
}
</style>
border-color css
<style>
span { border-color: #AEC2B5; }
span { border-color: rgb(174,194,181); }
td.TdClassName
{
border-color: #AEC2B5;
}
.TagClassName
{
border-color: #AEC2B5;
}
</style>