Shades of Gum Leaf #A0C3AB
Tints of Gum Leaf #A0C3AB
RGB
CMYK
RGB Variations
Color information
#A0C3AB (or 0xA0C3AB) is known color: Gum Leaf. HEX triplet: A0, C3 and AB. RGB value is (160,195,171). Sum of RGB (Red+Green+Blue) = 160+195+171=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C3AB is #5F3C54. Grayscale: #B5B5B5. Windows color (decimal): -6241365 or 11256736. OLE color: 11256736.
HSL color Cylindrical-coordinate representation of color #A0C3AB: hue angle of 138.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C3AB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 171 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.24 |
| HSL | 138.86º | 0.23% | 0.7% | - |
| HSV(B) | 138.86º | 0.18% | 0.76% | - |
| XYZ | 41.36 | 49.44 | 45.89 | - |
| YUV | 181.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 171 | 0.18 | 0 | 0.12 | 0.24 | 138.86 | 0.23 | 0.7 |
| Hex | A0 | C3 | AB | 12 | 0 | C | 18 | 8B | 17 | 46 |
| Octal | 240 | 303 | 253 | 22 | 0 | 14 | 30 | 213 | 27 | 106 |
| Binary | 10100000 | 11000011 | 10101011 | 10010 | 0 | 1100 | 11000 | 10001011 | 10111 | 1000110 |
Color Harmonies of #A0C3AB
Complementary color
Monochromatic Colors of #A0C3AB
Black with #A0C3AB
Text Example
Text Example
White with #A0C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C3AB; }
p { color: rgb(160,195,171); }
H1.HeaderClassName
{
color: #A0C3AB;
}
.AnyTagClassName
{
color: #A0C3AB;
}
</style>
background-color css
<style>
a { background-color: #A0C3AB; }
a { background-color: rgb(160,195,171); }
div.DivClassName
{
background-color: #A0C3AB;
}
.BgClassName
{
background-color: #A0C3AB;
}
</style>
border-color css
<style>
span { border-color: #A0C3AB; }
span { border-color: rgb(160,195,171); }
td.TdClassName
{
border-color: #A0C3AB;
}
.TagClassName
{
border-color: #A0C3AB;
}
</style>