Shades of Gum Leaf #ABC8B0
Tints of Gum Leaf #ABC8B0
RGB
CMYK
RGB Variations
Color information
#ABC8B0 (or 0xABC8B0) is known color: Gum Leaf. HEX triplet: AB, C8 and B0. RGB value is (171,200,176). Sum of RGB (Red+Green+Blue) = 171+200+176=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8B0 is #54374F. Grayscale: #BCBCBC. Windows color (decimal): -5519184 or 11585707. OLE color: 11585707.
HSL color Cylindrical-coordinate representation of color #ABC8B0: hue angle of 130.34º 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 #ABC8B0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 176 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.22 |
| HSL | 130.34º | 0.21% | 0.73% | - |
| HSV(B) | 130.34º | 0.15% | 0.78% | - |
| XYZ | 45.29 | 53.1 | 48.94 | - |
| YUV | 188.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 176 | 0.14 | 0 | 0.12 | 0.22 | 130.34 | 0.21 | 0.73 |
| Hex | AB | C8 | B0 | E | 0 | C | 16 | 82 | 15 | 49 |
| Octal | 253 | 310 | 260 | 16 | 0 | 14 | 26 | 202 | 25 | 111 |
| Binary | 10101011 | 11001000 | 10110000 | 1110 | 0 | 1100 | 10110 | 10000010 | 10101 | 1001001 |
Color Harmonies of #ABC8B0
Complementary color
Monochromatic Colors of #ABC8B0
Black with #ABC8B0
Text Example
Text Example
White with #ABC8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8B0; }
p { color: rgb(171,200,176); }
H1.HeaderClassName
{
color: #ABC8B0;
}
.AnyTagClassName
{
color: #ABC8B0;
}
</style>
background-color css
<style>
a { background-color: #ABC8B0; }
a { background-color: rgb(171,200,176); }
div.DivClassName
{
background-color: #ABC8B0;
}
.BgClassName
{
background-color: #ABC8B0;
}
</style>
border-color css
<style>
span { border-color: #ABC8B0; }
span { border-color: rgb(171,200,176); }
td.TdClassName
{
border-color: #ABC8B0;
}
.TagClassName
{
border-color: #ABC8B0;
}
</style>