Shades of Gum Leaf #AECCB3
Tints of Gum Leaf #AECCB3
RGB
CMYK
RGB Variations
Color information
#AECCB3 (or 0xAECCB3) is known color: Gum Leaf. HEX triplet: AE, CC and B3. RGB value is (174,204,179). Sum of RGB (Red+Green+Blue) = 174+204+179=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCB3 is #51334C. Grayscale: #C0C0C0. Windows color (decimal): -5321549 or 11783342. OLE color: 11783342.
HSL color Cylindrical-coordinate representation of color #AECCB3: hue angle of 130º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECCB3 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 179 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.2 |
| HSL | 130º | 0.23% | 0.74% | - |
| HSV(B) | 130º | 0.15% | 0.8% | - |
| XYZ | 47.19 | 55.44 | 50.86 | - |
| YUV | 192.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 179 | 0.15 | 0 | 0.12 | 0.2 | 130 | 0.23 | 0.74 |
| Hex | AE | CC | B3 | F | 0 | C | 14 | 82 | 17 | 4A |
| Octal | 256 | 314 | 263 | 17 | 0 | 14 | 24 | 202 | 27 | 112 |
| Binary | 10101110 | 11001100 | 10110011 | 1111 | 0 | 1100 | 10100 | 10000010 | 10111 | 1001010 |
Color Harmonies of #AECCB3
Complementary color
Monochromatic Colors of #AECCB3
Black with #AECCB3
Text Example
Text Example
White with #AECCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCB3; }
p { color: rgb(174,204,179); }
H1.HeaderClassName
{
color: #AECCB3;
}
.AnyTagClassName
{
color: #AECCB3;
}
</style>
background-color css
<style>
a { background-color: #AECCB3; }
a { background-color: rgb(174,204,179); }
div.DivClassName
{
background-color: #AECCB3;
}
.BgClassName
{
background-color: #AECCB3;
}
</style>
border-color css
<style>
span { border-color: #AECCB3; }
span { border-color: rgb(174,204,179); }
td.TdClassName
{
border-color: #AECCB3;
}
.TagClassName
{
border-color: #AECCB3;
}
</style>