Shades of Gum Leaf #A8CFAF
Tints of Gum Leaf #A8CFAF
RGB
CMYK
RGB Variations
Color information
#A8CFAF (or 0xA8CFAF) is known color: Gum Leaf. HEX triplet: A8, CF and AF. RGB value is (168,207,175). Sum of RGB (Red+Green+Blue) = 168+207+175=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFAF is #573050. Grayscale: #BFBFBF. Windows color (decimal): -5714001 or 11521960. OLE color: 11521960.
HSL color Cylindrical-coordinate representation of color #A8CFAF: hue angle of 130.77º 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 #A8CFAF is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 175 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.19 |
| HSL | 130.77º | 0.29% | 0.74% | - |
| HSV(B) | 130.77º | 0.19% | 0.81% | - |
| XYZ | 46.2 | 56.05 | 48.94 | - |
| YUV | 191.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 175 | 0.19 | 0 | 0.15 | 0.19 | 130.77 | 0.29 | 0.74 |
| Hex | A8 | CF | AF | 13 | 0 | F | 13 | 83 | 1D | 4A |
| Octal | 250 | 317 | 257 | 23 | 0 | 17 | 23 | 203 | 35 | 112 |
| Binary | 10101000 | 11001111 | 10101111 | 10011 | 0 | 1111 | 10011 | 10000011 | 11101 | 1001010 |
Color Harmonies of #A8CFAF
Complementary color
Monochromatic Colors of #A8CFAF
Black with #A8CFAF
Text Example
Text Example
White with #A8CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFAF; }
p { color: rgb(168,207,175); }
H1.HeaderClassName
{
color: #A8CFAF;
}
.AnyTagClassName
{
color: #A8CFAF;
}
</style>
background-color css
<style>
a { background-color: #A8CFAF; }
a { background-color: rgb(168,207,175); }
div.DivClassName
{
background-color: #A8CFAF;
}
.BgClassName
{
background-color: #A8CFAF;
}
</style>
border-color css
<style>
span { border-color: #A8CFAF; }
span { border-color: rgb(168,207,175); }
td.TdClassName
{
border-color: #A8CFAF;
}
.TagClassName
{
border-color: #A8CFAF;
}
</style>