Shades of Gum Leaf #A7CFB6
Tints of Gum Leaf #A7CFB6
RGB
CMYK
RGB Variations
Color information
#A7CFB6 (or 0xA7CFB6) is known color: Gum Leaf. HEX triplet: A7, CF and B6. RGB value is (167,207,182). Sum of RGB (Red+Green+Blue) = 167+207+182=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CFB6 is #583049. Grayscale: #C0C0C0. Windows color (decimal): -5779530 or 11980711. OLE color: 11980711.
HSL color Cylindrical-coordinate representation of color #A7CFB6: hue angle of 142.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CFB6 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 182 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.19 |
| HSL | 142.5º | 0.29% | 0.73% | - |
| HSV(B) | 142.5º | 0.19% | 0.81% | - |
| XYZ | 46.69 | 56.22 | 52.65 | - |
| YUV | 192.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 182 | 0.19 | 0 | 0.12 | 0.19 | 142.5 | 0.29 | 0.73 |
| Hex | A7 | CF | B6 | 13 | 0 | C | 13 | 8E | 1D | 49 |
| Octal | 247 | 317 | 266 | 23 | 0 | 14 | 23 | 216 | 35 | 111 |
| Binary | 10100111 | 11001111 | 10110110 | 10011 | 0 | 1100 | 10011 | 10001110 | 11101 | 1001001 |
Color Harmonies of #A7CFB6
Complementary color
Monochromatic Colors of #A7CFB6
Black with #A7CFB6
Text Example
Text Example
White with #A7CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFB6; }
p { color: rgb(167,207,182); }
H1.HeaderClassName
{
color: #A7CFB6;
}
.AnyTagClassName
{
color: #A7CFB6;
}
</style>
background-color css
<style>
a { background-color: #A7CFB6; }
a { background-color: rgb(167,207,182); }
div.DivClassName
{
background-color: #A7CFB6;
}
.BgClassName
{
background-color: #A7CFB6;
}
</style>
border-color css
<style>
span { border-color: #A7CFB6; }
span { border-color: rgb(167,207,182); }
td.TdClassName
{
border-color: #A7CFB6;
}
.TagClassName
{
border-color: #A7CFB6;
}
</style>