Shades of Gum Leaf #AECCB7
Tints of Gum Leaf #AECCB7
RGB
CMYK
RGB Variations
Color information
#AECCB7 (or 0xAECCB7) is known color: Gum Leaf. HEX triplet: AE, CC and B7. RGB value is (174,204,183). Sum of RGB (Red+Green+Blue) = 174+204+183=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCB7 is #513348. Grayscale: #C0C0C0. Windows color (decimal): -5321545 or 12045486. OLE color: 12045486.
HSL color Cylindrical-coordinate representation of color #AECCB7: hue angle of 138º 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 #AECCB7 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 183 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.2 |
| HSL | 138º | 0.23% | 0.74% | - |
| HSV(B) | 138º | 0.15% | 0.8% | - |
| XYZ | 47.6 | 55.6 | 53.02 | - |
| YUV | 192.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 183 | 0.15 | 0 | 0.10 | 0.2 | 138 | 0.23 | 0.74 |
| Hex | AE | CC | B7 | F | 0 | A | 14 | 8A | 17 | 4A |
| Octal | 256 | 314 | 267 | 17 | 0 | 12 | 24 | 212 | 27 | 112 |
| Binary | 10101110 | 11001100 | 10110111 | 1111 | 0 | 1010 | 10100 | 10001010 | 10111 | 1001010 |
Color Harmonies of #AECCB7
Complementary color
Monochromatic Colors of #AECCB7
Black with #AECCB7
Text Example
Text Example
White with #AECCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCB7; }
p { color: rgb(174,204,183); }
H1.HeaderClassName
{
color: #AECCB7;
}
.AnyTagClassName
{
color: #AECCB7;
}
</style>
background-color css
<style>
a { background-color: #AECCB7; }
a { background-color: rgb(174,204,183); }
div.DivClassName
{
background-color: #AECCB7;
}
.BgClassName
{
background-color: #AECCB7;
}
</style>
border-color css
<style>
span { border-color: #AECCB7; }
span { border-color: rgb(174,204,183); }
td.TdClassName
{
border-color: #AECCB7;
}
.TagClassName
{
border-color: #AECCB7;
}
</style>