Shades of Gum Leaf #ABBEAF
Tints of Gum Leaf #ABBEAF
RGB
CMYK
RGB Variations
Color information
#ABBEAF (or 0xABBEAF) is known color: Gum Leaf. HEX triplet: AB, BE and AF. RGB value is (171,190,175). Sum of RGB (Red+Green+Blue) = 171+190+175=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBEAF is #544150. Grayscale: #B6B6B6. Windows color (decimal): -5521745 or 11517611. OLE color: 11517611.
HSL color Cylindrical-coordinate representation of color #ABBEAF: hue angle of 132.63º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBEAF is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 190 | 175 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.25 |
| HSL | 132.63º | 0.13% | 0.71% | - |
| HSV(B) | 132.63º | 0.1% | 0.75% | - |
| XYZ | 42.95 | 48.58 | 47.67 | - |
| YUV | 182.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 175 | 0.10 | 0 | 0.08 | 0.25 | 132.63 | 0.13 | 0.71 |
| Hex | AB | BE | AF | A | 0 | 8 | 19 | 85 | D | 47 |
| Octal | 253 | 276 | 257 | 12 | 0 | 10 | 31 | 205 | 15 | 107 |
| Binary | 10101011 | 10111110 | 10101111 | 1010 | 0 | 1000 | 11001 | 10000101 | 1101 | 1000111 |
Color Harmonies of #ABBEAF
Complementary color
Monochromatic Colors of #ABBEAF
Black with #ABBEAF
Text Example
Text Example
White with #ABBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEAF; }
p { color: rgb(171,190,175); }
H1.HeaderClassName
{
color: #ABBEAF;
}
.AnyTagClassName
{
color: #ABBEAF;
}
</style>
background-color css
<style>
a { background-color: #ABBEAF; }
a { background-color: rgb(171,190,175); }
div.DivClassName
{
background-color: #ABBEAF;
}
.BgClassName
{
background-color: #ABBEAF;
}
</style>
border-color css
<style>
span { border-color: #ABBEAF; }
span { border-color: rgb(171,190,175); }
td.TdClassName
{
border-color: #ABBEAF;
}
.TagClassName
{
border-color: #ABBEAF;
}
</style>