Shades of Gum Leaf #ABC1AD
Tints of Gum Leaf #ABC1AD
RGB
CMYK
RGB Variations
Color information
#ABC1AD (or 0xABC1AD) is known color: Gum Leaf. HEX triplet: AB, C1 and AD. RGB value is (171,193,173). Sum of RGB (Red+Green+Blue) = 171+193+173=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC1AD is #543E52. Grayscale: #B8B8B8. Windows color (decimal): -5520979 or 11387307. OLE color: 11387307.
HSL color Cylindrical-coordinate representation of color #ABC1AD: hue angle of 125.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1AD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 173 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.24 |
| HSL | 125.45º | 0.15% | 0.71% | - |
| HSV(B) | 125.45º | 0.11% | 0.76% | - |
| XYZ | 43.41 | 49.81 | 46.86 | - |
| YUV | 184.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 173 | 0.11 | 0 | 0.10 | 0.24 | 125.45 | 0.15 | 0.71 |
| Hex | AB | C1 | AD | B | 0 | A | 18 | 7D | F | 47 |
| Octal | 253 | 301 | 255 | 13 | 0 | 12 | 30 | 175 | 17 | 107 |
| Binary | 10101011 | 11000001 | 10101101 | 1011 | 0 | 1010 | 11000 | 1111101 | 1111 | 1000111 |
Color Harmonies of #ABC1AD
Complementary color
Monochromatic Colors of #ABC1AD
Black with #ABC1AD
Text Example
Text Example
White with #ABC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1AD; }
p { color: rgb(171,193,173); }
H1.HeaderClassName
{
color: #ABC1AD;
}
.AnyTagClassName
{
color: #ABC1AD;
}
</style>
background-color css
<style>
a { background-color: #ABC1AD; }
a { background-color: rgb(171,193,173); }
div.DivClassName
{
background-color: #ABC1AD;
}
.BgClassName
{
background-color: #ABC1AD;
}
</style>
border-color css
<style>
span { border-color: #ABC1AD; }
span { border-color: rgb(171,193,173); }
td.TdClassName
{
border-color: #ABC1AD;
}
.TagClassName
{
border-color: #ABC1AD;
}
</style>