Shades of Gum Leaf #A0C0AB
Tints of Gum Leaf #A0C0AB
RGB
CMYK
RGB Variations
Color information
#A0C0AB (or 0xA0C0AB) is known color: Gum Leaf. HEX triplet: A0, C0 and AB. RGB value is (160,192,171). Sum of RGB (Red+Green+Blue) = 160+192+171=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C0AB is #5F3F54. Grayscale: #B4B4B4. Windows color (decimal): -6242133 or 11255968. OLE color: 11255968.
HSL color Cylindrical-coordinate representation of color #A0C0AB: hue angle of 140.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C0AB is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 171 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.25 |
| HSL | 140.63º | 0.2% | 0.69% | - |
| HSV(B) | 140.63º | 0.17% | 0.75% | - |
| XYZ | 40.7 | 48.11 | 45.67 | - |
| YUV | 180.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 171 | 0.17 | 0 | 0.11 | 0.25 | 140.63 | 0.2 | 0.69 |
| Hex | A0 | C0 | AB | 11 | 0 | B | 19 | 8D | 14 | 45 |
| Octal | 240 | 300 | 253 | 21 | 0 | 13 | 31 | 215 | 24 | 105 |
| Binary | 10100000 | 11000000 | 10101011 | 10001 | 0 | 1011 | 11001 | 10001101 | 10100 | 1000101 |
Color Harmonies of #A0C0AB
Complementary color
Monochromatic Colors of #A0C0AB
Black with #A0C0AB
Text Example
Text Example
White with #A0C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0AB; }
p { color: rgb(160,192,171); }
H1.HeaderClassName
{
color: #A0C0AB;
}
.AnyTagClassName
{
color: #A0C0AB;
}
</style>
background-color css
<style>
a { background-color: #A0C0AB; }
a { background-color: rgb(160,192,171); }
div.DivClassName
{
background-color: #A0C0AB;
}
.BgClassName
{
background-color: #A0C0AB;
}
</style>
border-color css
<style>
span { border-color: #A0C0AB; }
span { border-color: rgb(160,192,171); }
td.TdClassName
{
border-color: #A0C0AB;
}
.TagClassName
{
border-color: #A0C0AB;
}
</style>