Shades of Gum Leaf #AECBB3
Tints of Gum Leaf #AECBB3
RGB
CMYK
RGB Variations
Color information
#AECBB3 (or 0xAECBB3) is known color: Gum Leaf. HEX triplet: AE, CB and B3. RGB value is (174,203,179). Sum of RGB (Red+Green+Blue) = 174+203+179=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBB3 is #51344C. Grayscale: #BFBFBF. Windows color (decimal): -5321805 or 11783086. OLE color: 11783086.
HSL color Cylindrical-coordinate representation of color #AECBB3: hue angle of 130.34º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBB3 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 179 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.20 |
| HSL | 130.34º | 0.22% | 0.74% | - |
| HSV(B) | 130.34º | 0.14% | 0.8% | - |
| XYZ | 46.95 | 54.97 | 50.78 | - |
| YUV | 191.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 179 | 0.14 | 0 | 0.12 | 0.20 | 130.34 | 0.22 | 0.74 |
| Hex | AE | CB | B3 | E | 0 | C | 14 | 82 | 16 | 4A |
| Octal | 256 | 313 | 263 | 16 | 0 | 14 | 24 | 202 | 26 | 112 |
| Binary | 10101110 | 11001011 | 10110011 | 1110 | 0 | 1100 | 10100 | 10000010 | 10110 | 1001010 |
Color Harmonies of #AECBB3
Complementary color
Monochromatic Colors of #AECBB3
Black with #AECBB3
Text Example
Text Example
White with #AECBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBB3; }
p { color: rgb(174,203,179); }
H1.HeaderClassName
{
color: #AECBB3;
}
.AnyTagClassName
{
color: #AECBB3;
}
</style>
background-color css
<style>
a { background-color: #AECBB3; }
a { background-color: rgb(174,203,179); }
div.DivClassName
{
background-color: #AECBB3;
}
.BgClassName
{
background-color: #AECBB3;
}
</style>
border-color css
<style>
span { border-color: #AECBB3; }
span { border-color: rgb(174,203,179); }
td.TdClassName
{
border-color: #AECBB3;
}
.TagClassName
{
border-color: #AECBB3;
}
</style>