Shades of Gum Leaf #AECBB4
Tints of Gum Leaf #AECBB4
RGB
CMYK
RGB Variations
Color information
#AECBB4 (or 0xAECBB4) is known color: Gum Leaf. HEX triplet: AE, CB and B4. RGB value is (174,203,180). Sum of RGB (Red+Green+Blue) = 174+203+180=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBB4 is #51344B. Grayscale: #BFBFBF. Windows color (decimal): -5321804 or 11848622. OLE color: 11848622.
HSL color Cylindrical-coordinate representation of color #AECBB4: hue angle of 132.41º 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 #AECBB4 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 180 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.20 |
| HSL | 132.41º | 0.22% | 0.74% | - |
| HSV(B) | 132.41º | 0.14% | 0.8% | - |
| XYZ | 47.05 | 55.01 | 51.32 | - |
| YUV | 191.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 180 | 0.14 | 0 | 0.11 | 0.20 | 132.41 | 0.22 | 0.74 |
| Hex | AE | CB | B4 | E | 0 | B | 14 | 84 | 16 | 4A |
| Octal | 256 | 313 | 264 | 16 | 0 | 13 | 24 | 204 | 26 | 112 |
| Binary | 10101110 | 11001011 | 10110100 | 1110 | 0 | 1011 | 10100 | 10000100 | 10110 | 1001010 |
Color Harmonies of #AECBB4
Complementary color
Monochromatic Colors of #AECBB4
Black with #AECBB4
Text Example
Text Example
White with #AECBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBB4; }
p { color: rgb(174,203,180); }
H1.HeaderClassName
{
color: #AECBB4;
}
.AnyTagClassName
{
color: #AECBB4;
}
</style>
background-color css
<style>
a { background-color: #AECBB4; }
a { background-color: rgb(174,203,180); }
div.DivClassName
{
background-color: #AECBB4;
}
.BgClassName
{
background-color: #AECBB4;
}
</style>
border-color css
<style>
span { border-color: #AECBB4; }
span { border-color: rgb(174,203,180); }
td.TdClassName
{
border-color: #AECBB4;
}
.TagClassName
{
border-color: #AECBB4;
}
</style>