Shades of Gum Leaf #AECAB3
Tints of Gum Leaf #AECAB3
RGB
CMYK
RGB Variations
Color information
#AECAB3 (or 0xAECAB3) is known color: Gum Leaf. HEX triplet: AE, CA and B3. RGB value is (174,202,179). Sum of RGB (Red+Green+Blue) = 174+202+179=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAB3 is #51354C. Grayscale: #BFBFBF. Windows color (decimal): -5322061 or 11782830. OLE color: 11782830.
HSL color Cylindrical-coordinate representation of color #AECAB3: hue angle of 130.71º 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 #AECAB3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 179 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.21 |
| HSL | 130.71º | 0.21% | 0.74% | - |
| HSV(B) | 130.71º | 0.14% | 0.79% | - |
| XYZ | 46.71 | 54.49 | 50.7 | - |
| YUV | 191.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 179 | 0.14 | 0 | 0.11 | 0.21 | 130.71 | 0.21 | 0.74 |
| Hex | AE | CA | B3 | E | 0 | B | 15 | 83 | 15 | 4A |
| Octal | 256 | 312 | 263 | 16 | 0 | 13 | 25 | 203 | 25 | 112 |
| Binary | 10101110 | 11001010 | 10110011 | 1110 | 0 | 1011 | 10101 | 10000011 | 10101 | 1001010 |
Color Harmonies of #AECAB3
Complementary color
Monochromatic Colors of #AECAB3
Black with #AECAB3
Text Example
Text Example
White with #AECAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAB3; }
p { color: rgb(174,202,179); }
H1.HeaderClassName
{
color: #AECAB3;
}
.AnyTagClassName
{
color: #AECAB3;
}
</style>
background-color css
<style>
a { background-color: #AECAB3; }
a { background-color: rgb(174,202,179); }
div.DivClassName
{
background-color: #AECAB3;
}
.BgClassName
{
background-color: #AECAB3;
}
</style>
border-color css
<style>
span { border-color: #AECAB3; }
span { border-color: rgb(174,202,179); }
td.TdClassName
{
border-color: #AECAB3;
}
.TagClassName
{
border-color: #AECAB3;
}
</style>