Shades of Gum Leaf #AEC9B5
Tints of Gum Leaf #AEC9B5
RGB
CMYK
RGB Variations
Color information
#AEC9B5 (or 0xAEC9B5) is known color: Gum Leaf. HEX triplet: AE, C9 and B5. RGB value is (174,201,181). Sum of RGB (Red+Green+Blue) = 174+201+181=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9B5 is #51364A. Grayscale: #BEBEBE. Windows color (decimal): -5322315 or 11913646. OLE color: 11913646.
HSL color Cylindrical-coordinate representation of color #AEC9B5: hue angle of 135.56º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC9B5 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 201 | 181 | - |
CMYK | 0.13 | 0 | 0.10 | 0.21 |
HSL | 135.56º | 0.2% | 0.74% | - |
HSV(B) | 135.56º | 0.13% | 0.79% | - |
XYZ | 46.68 | 54.11 | 51.7 | - |
YUV | 190.65 | 122.55 | 116.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 201 | 181 | 0.13 | 0 | 0.10 | 0.21 | 135.56 | 0.2 | 0.74 |
Hex | AE | C9 | B5 | D | 0 | A | 15 | 88 | 14 | 4A |
Octal | 256 | 311 | 265 | 15 | 0 | 12 | 25 | 210 | 24 | 112 |
Binary | 10101110 | 11001001 | 10110101 | 1101 | 0 | 1010 | 10101 | 10001000 | 10100 | 1001010 |
Color Harmonies of #AEC9B5
Complementary color
Monochromatic Colors of #AEC9B5
Black with #AEC9B5
Text Example
Text Example
White with #AEC9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC9B5; }
p { color: rgb(174,201,181); }
H1.HeaderClassName
{
color: #AEC9B5;
}
.AnyTagClassName
{
color: #AEC9B5;
}
</style>
background-color css
<style>
a { background-color: #AEC9B5; }
a { background-color: rgb(174,201,181); }
div.DivClassName
{
background-color: #AEC9B5;
}
.BgClassName
{
background-color: #AEC9B5;
}
</style>
border-color css
<style>
span { border-color: #AEC9B5; }
span { border-color: rgb(174,201,181); }
td.TdClassName
{
border-color: #AEC9B5;
}
.TagClassName
{
border-color: #AEC9B5;
}
</style>