Shades of Gum Leaf #A8CFB6
Tints of Gum Leaf #A8CFB6
RGB
CMYK
RGB Variations
Color information
#A8CFB6 (or 0xA8CFB6) is known color: Gum Leaf. HEX triplet: A8, CF and B6. RGB value is (168,207,182). Sum of RGB (Red+Green+Blue) = 168+207+182=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFB6 is #573049. Grayscale: #C0C0C0. Windows color (decimal): -5713994 or 11980712. OLE color: 11980712.
HSL color Cylindrical-coordinate representation of color #A8CFB6: hue angle of 141.54º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFB6 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 182 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.19 |
| HSL | 141.54º | 0.29% | 0.74% | - |
| HSV(B) | 141.54º | 0.19% | 0.81% | - |
| XYZ | 46.9 | 56.33 | 52.66 | - |
| YUV | 192.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 182 | 0.19 | 0 | 0.12 | 0.19 | 141.54 | 0.29 | 0.74 |
| Hex | A8 | CF | B6 | 13 | 0 | C | 13 | 8E | 1D | 4A |
| Octal | 250 | 317 | 266 | 23 | 0 | 14 | 23 | 216 | 35 | 112 |
| Binary | 10101000 | 11001111 | 10110110 | 10011 | 0 | 1100 | 10011 | 10001110 | 11101 | 1001010 |
Color Harmonies of #A8CFB6
Complementary color
Monochromatic Colors of #A8CFB6
Black with #A8CFB6
Text Example
Text Example
White with #A8CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFB6; }
p { color: rgb(168,207,182); }
H1.HeaderClassName
{
color: #A8CFB6;
}
.AnyTagClassName
{
color: #A8CFB6;
}
</style>
background-color css
<style>
a { background-color: #A8CFB6; }
a { background-color: rgb(168,207,182); }
div.DivClassName
{
background-color: #A8CFB6;
}
.BgClassName
{
background-color: #A8CFB6;
}
</style>
border-color css
<style>
span { border-color: #A8CFB6; }
span { border-color: rgb(168,207,182); }
td.TdClassName
{
border-color: #A8CFB6;
}
.TagClassName
{
border-color: #A8CFB6;
}
</style>