Shades of Gum Leaf #ABCFB7
Tints of Gum Leaf #ABCFB7
RGB
CMYK
RGB Variations
Color information
#ABCFB7 (or 0xABCFB7) is known color: Gum Leaf. HEX triplet: AB, CF and B7. RGB value is (171,207,183). Sum of RGB (Red+Green+Blue) = 171+207+183=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFB7 is #543048. Grayscale: #C1C1C1. Windows color (decimal): -5517385 or 12046251. OLE color: 12046251.
HSL color Cylindrical-coordinate representation of color #ABCFB7: hue angle of 140º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFB7 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 183 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.19 |
| HSL | 140º | 0.27% | 0.74% | - |
| HSV(B) | 140º | 0.17% | 0.81% | - |
| XYZ | 47.65 | 56.7 | 53.23 | - |
| YUV | 193.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 183 | 0.17 | 0 | 0.12 | 0.19 | 140 | 0.27 | 0.74 |
| Hex | AB | CF | B7 | 11 | 0 | C | 13 | 8C | 1B | 4A |
| Octal | 253 | 317 | 267 | 21 | 0 | 14 | 23 | 214 | 33 | 112 |
| Binary | 10101011 | 11001111 | 10110111 | 10001 | 0 | 1100 | 10011 | 10001100 | 11011 | 1001010 |
Color Harmonies of #ABCFB7
Complementary color
Monochromatic Colors of #ABCFB7
Black with #ABCFB7
Text Example
Text Example
White with #ABCFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFB7; }
p { color: rgb(171,207,183); }
H1.HeaderClassName
{
color: #ABCFB7;
}
.AnyTagClassName
{
color: #ABCFB7;
}
</style>
background-color css
<style>
a { background-color: #ABCFB7; }
a { background-color: rgb(171,207,183); }
div.DivClassName
{
background-color: #ABCFB7;
}
.BgClassName
{
background-color: #ABCFB7;
}
</style>
border-color css
<style>
span { border-color: #ABCFB7; }
span { border-color: rgb(171,207,183); }
td.TdClassName
{
border-color: #ABCFB7;
}
.TagClassName
{
border-color: #ABCFB7;
}
</style>