Shades of Gum Leaf #ABC5AF
Tints of Gum Leaf #ABC5AF
RGB
CMYK
RGB Variations
Color information
#ABC5AF (or 0xABC5AF) is known color: Gum Leaf. HEX triplet: AB, C5 and AF. RGB value is (171,197,175). Sum of RGB (Red+Green+Blue) = 171+197+175=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5AF is #543A50. Grayscale: #BABABA. Windows color (decimal): -5519953 or 11519403. OLE color: 11519403.
HSL color Cylindrical-coordinate representation of color #ABC5AF: hue angle of 129.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5AF is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 175 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.23 |
| HSL | 129.23º | 0.18% | 0.72% | - |
| HSV(B) | 129.23º | 0.13% | 0.77% | - |
| XYZ | 44.5 | 51.69 | 48.19 | - |
| YUV | 186.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 175 | 0.13 | 0 | 0.11 | 0.23 | 129.23 | 0.18 | 0.72 |
| Hex | AB | C5 | AF | D | 0 | B | 17 | 81 | 12 | 48 |
| Octal | 253 | 305 | 257 | 15 | 0 | 13 | 27 | 201 | 22 | 110 |
| Binary | 10101011 | 11000101 | 10101111 | 1101 | 0 | 1011 | 10111 | 10000001 | 10010 | 1001000 |
Color Harmonies of #ABC5AF
Complementary color
Monochromatic Colors of #ABC5AF
Black with #ABC5AF
Text Example
Text Example
White with #ABC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5AF; }
p { color: rgb(171,197,175); }
H1.HeaderClassName
{
color: #ABC5AF;
}
.AnyTagClassName
{
color: #ABC5AF;
}
</style>
background-color css
<style>
a { background-color: #ABC5AF; }
a { background-color: rgb(171,197,175); }
div.DivClassName
{
background-color: #ABC5AF;
}
.BgClassName
{
background-color: #ABC5AF;
}
</style>
border-color css
<style>
span { border-color: #ABC5AF; }
span { border-color: rgb(171,197,175); }
td.TdClassName
{
border-color: #ABC5AF;
}
.TagClassName
{
border-color: #ABC5AF;
}
</style>