Shades of Gum Leaf #A8CFB1
Tints of Gum Leaf #A8CFB1
RGB
CMYK
RGB Variations
Color information
#A8CFB1 (or 0xA8CFB1) is known color: Gum Leaf. HEX triplet: A8, CF and B1. RGB value is (168,207,177). Sum of RGB (Red+Green+Blue) = 168+207+177=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFB1 is #57304E. Grayscale: #C0C0C0. Windows color (decimal): -5713999 or 11653032. OLE color: 11653032.
HSL color Cylindrical-coordinate representation of color #A8CFB1: hue angle of 133.85º 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 #A8CFB1 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 177 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.19 |
| HSL | 133.85º | 0.29% | 0.74% | - |
| HSV(B) | 133.85º | 0.19% | 0.81% | - |
| XYZ | 46.4 | 56.12 | 49.98 | - |
| YUV | 191.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 177 | 0.19 | 0 | 0.14 | 0.19 | 133.85 | 0.29 | 0.74 |
| Hex | A8 | CF | B1 | 13 | 0 | E | 13 | 86 | 1D | 4A |
| Octal | 250 | 317 | 261 | 23 | 0 | 16 | 23 | 206 | 35 | 112 |
| Binary | 10101000 | 11001111 | 10110001 | 10011 | 0 | 1110 | 10011 | 10000110 | 11101 | 1001010 |
Color Harmonies of #A8CFB1
Complementary color
Monochromatic Colors of #A8CFB1
Black with #A8CFB1
Text Example
Text Example
White with #A8CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFB1; }
p { color: rgb(168,207,177); }
H1.HeaderClassName
{
color: #A8CFB1;
}
.AnyTagClassName
{
color: #A8CFB1;
}
</style>
background-color css
<style>
a { background-color: #A8CFB1; }
a { background-color: rgb(168,207,177); }
div.DivClassName
{
background-color: #A8CFB1;
}
.BgClassName
{
background-color: #A8CFB1;
}
</style>
border-color css
<style>
span { border-color: #A8CFB1; }
span { border-color: rgb(168,207,177); }
td.TdClassName
{
border-color: #A8CFB1;
}
.TagClassName
{
border-color: #A8CFB1;
}
</style>