Shades of Gum Leaf #ABC8AF
Tints of Gum Leaf #ABC8AF
RGB
CMYK
RGB Variations
Color information
#ABC8AF (or 0xABC8AF) is known color: Gum Leaf. HEX triplet: AB, C8 and AF. RGB value is (171,200,175). Sum of RGB (Red+Green+Blue) = 171+200+175=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8AF is #543750. Grayscale: #BCBCBC. Windows color (decimal): -5519185 or 11520171. OLE color: 11520171.
HSL color Cylindrical-coordinate representation of color #ABC8AF: hue angle of 128.28º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8AF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 175 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.22 |
| HSL | 128.28º | 0.21% | 0.73% | - |
| HSV(B) | 128.28º | 0.15% | 0.78% | - |
| XYZ | 45.19 | 53.06 | 48.42 | - |
| YUV | 188.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 175 | 0.14 | 0 | 0.12 | 0.22 | 128.28 | 0.21 | 0.73 |
| Hex | AB | C8 | AF | E | 0 | C | 16 | 80 | 15 | 49 |
| Octal | 253 | 310 | 257 | 16 | 0 | 14 | 26 | 200 | 25 | 111 |
| Binary | 10101011 | 11001000 | 10101111 | 1110 | 0 | 1100 | 10110 | 10000000 | 10101 | 1001001 |
Color Harmonies of #ABC8AF
Complementary color
Monochromatic Colors of #ABC8AF
Black with #ABC8AF
Text Example
Text Example
White with #ABC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8AF; }
p { color: rgb(171,200,175); }
H1.HeaderClassName
{
color: #ABC8AF;
}
.AnyTagClassName
{
color: #ABC8AF;
}
</style>
background-color css
<style>
a { background-color: #ABC8AF; }
a { background-color: rgb(171,200,175); }
div.DivClassName
{
background-color: #ABC8AF;
}
.BgClassName
{
background-color: #ABC8AF;
}
</style>
border-color css
<style>
span { border-color: #ABC8AF; }
span { border-color: rgb(171,200,175); }
td.TdClassName
{
border-color: #ABC8AF;
}
.TagClassName
{
border-color: #ABC8AF;
}
</style>