Shades of Gum Leaf #A0C2AB
Tints of Gum Leaf #A0C2AB
RGB
CMYK
RGB Variations
Color information
#A0C2AB (or 0xA0C2AB) is known color: Gum Leaf. HEX triplet: A0, C2 and AB. RGB value is (160,194,171). Sum of RGB (Red+Green+Blue) = 160+194+171=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C2AB is #5F3D54. Grayscale: #B5B5B5. Windows color (decimal): -6241621 or 11256480. OLE color: 11256480.
HSL color Cylindrical-coordinate representation of color #A0C2AB: hue angle of 139.41º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C2AB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 171 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.24 |
| HSL | 139.41º | 0.22% | 0.69% | - |
| HSV(B) | 139.41º | 0.18% | 0.76% | - |
| XYZ | 41.14 | 49 | 45.82 | - |
| YUV | 181.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 171 | 0.18 | 0 | 0.12 | 0.24 | 139.41 | 0.22 | 0.69 |
| Hex | A0 | C2 | AB | 12 | 0 | C | 18 | 8B | 16 | 45 |
| Octal | 240 | 302 | 253 | 22 | 0 | 14 | 30 | 213 | 26 | 105 |
| Binary | 10100000 | 11000010 | 10101011 | 10010 | 0 | 1100 | 11000 | 10001011 | 10110 | 1000101 |
Color Harmonies of #A0C2AB
Complementary color
Monochromatic Colors of #A0C2AB
Black with #A0C2AB
Text Example
Text Example
White with #A0C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C2AB; }
p { color: rgb(160,194,171); }
H1.HeaderClassName
{
color: #A0C2AB;
}
.AnyTagClassName
{
color: #A0C2AB;
}
</style>
background-color css
<style>
a { background-color: #A0C2AB; }
a { background-color: rgb(160,194,171); }
div.DivClassName
{
background-color: #A0C2AB;
}
.BgClassName
{
background-color: #A0C2AB;
}
</style>
border-color css
<style>
span { border-color: #A0C2AB; }
span { border-color: rgb(160,194,171); }
td.TdClassName
{
border-color: #A0C2AB;
}
.TagClassName
{
border-color: #A0C2AB;
}
</style>