Shades of Gum Leaf #AECAB4
Tints of Gum Leaf #AECAB4
RGB
CMYK
RGB Variations
Color information
#AECAB4 (or 0xAECAB4) is known color: Gum Leaf. HEX triplet: AE, CA and B4. RGB value is (174,202,180). Sum of RGB (Red+Green+Blue) = 174+202+180=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAB4 is #51354B. Grayscale: #BFBFBF. Windows color (decimal): -5322060 or 11848366. OLE color: 11848366.
HSL color Cylindrical-coordinate representation of color #AECAB4: hue angle of 132.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAB4 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 180 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.21 |
| HSL | 132.86º | 0.21% | 0.74% | - |
| HSV(B) | 132.86º | 0.14% | 0.79% | - |
| XYZ | 46.81 | 54.54 | 51.24 | - |
| YUV | 191.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 180 | 0.14 | 0 | 0.11 | 0.21 | 132.86 | 0.21 | 0.74 |
| Hex | AE | CA | B4 | E | 0 | B | 15 | 85 | 15 | 4A |
| Octal | 256 | 312 | 264 | 16 | 0 | 13 | 25 | 205 | 25 | 112 |
| Binary | 10101110 | 11001010 | 10110100 | 1110 | 0 | 1011 | 10101 | 10000101 | 10101 | 1001010 |
Color Harmonies of #AECAB4
Complementary color
Monochromatic Colors of #AECAB4
Black with #AECAB4
Text Example
Text Example
White with #AECAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAB4; }
p { color: rgb(174,202,180); }
H1.HeaderClassName
{
color: #AECAB4;
}
.AnyTagClassName
{
color: #AECAB4;
}
</style>
background-color css
<style>
a { background-color: #AECAB4; }
a { background-color: rgb(174,202,180); }
div.DivClassName
{
background-color: #AECAB4;
}
.BgClassName
{
background-color: #AECAB4;
}
</style>
border-color css
<style>
span { border-color: #AECAB4; }
span { border-color: rgb(174,202,180); }
td.TdClassName
{
border-color: #AECAB4;
}
.TagClassName
{
border-color: #AECAB4;
}
</style>