Shades of Gum Leaf #A0BEA8
Tints of Gum Leaf #A0BEA8
RGB
CMYK
RGB Variations
Color information
#A0BEA8 (or 0xA0BEA8) is known color: Gum Leaf. HEX triplet: A0, BE and A8. RGB value is (160,190,168). Sum of RGB (Red+Green+Blue) = 160+190+168=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEA8 is #5F4157. Grayscale: #B2B2B2. Windows color (decimal): -6242648 or 11058848. OLE color: 11058848.
HSL color Cylindrical-coordinate representation of color #A0BEA8: hue angle of 136º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEA8 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 168 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.25 |
| HSL | 136º | 0.19% | 0.69% | - |
| HSV(B) | 136º | 0.16% | 0.75% | - |
| XYZ | 39.98 | 47.13 | 44.04 | - |
| YUV | 178.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 168 | 0.16 | 0 | 0.12 | 0.25 | 136 | 0.19 | 0.69 |
| Hex | A0 | BE | A8 | 10 | 0 | C | 19 | 88 | 13 | 45 |
| Octal | 240 | 276 | 250 | 20 | 0 | 14 | 31 | 210 | 23 | 105 |
| Binary | 10100000 | 10111110 | 10101000 | 10000 | 0 | 1100 | 11001 | 10001000 | 10011 | 1000101 |
Color Harmonies of #A0BEA8
Complementary color
Monochromatic Colors of #A0BEA8
Black with #A0BEA8
Text Example
Text Example
White with #A0BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEA8; }
p { color: rgb(160,190,168); }
H1.HeaderClassName
{
color: #A0BEA8;
}
.AnyTagClassName
{
color: #A0BEA8;
}
</style>
background-color css
<style>
a { background-color: #A0BEA8; }
a { background-color: rgb(160,190,168); }
div.DivClassName
{
background-color: #A0BEA8;
}
.BgClassName
{
background-color: #A0BEA8;
}
</style>
border-color css
<style>
span { border-color: #A0BEA8; }
span { border-color: rgb(160,190,168); }
td.TdClassName
{
border-color: #A0BEA8;
}
.TagClassName
{
border-color: #A0BEA8;
}
</style>