Shades of Gum Leaf #A8CFB3
Tints of Gum Leaf #A8CFB3
RGB
CMYK
RGB Variations
Color information
#A8CFB3 (or 0xA8CFB3) is known color: Gum Leaf. HEX triplet: A8, CF and B3. RGB value is (168,207,179). Sum of RGB (Red+Green+Blue) = 168+207+179=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFB3 is #57304C. Grayscale: #C0C0C0. Windows color (decimal): -5713997 or 11784104. OLE color: 11784104.
HSL color Cylindrical-coordinate representation of color #A8CFB3: hue angle of 136.92º 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 #A8CFB3 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 179 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.19 |
| HSL | 136.92º | 0.29% | 0.74% | - |
| HSV(B) | 136.92º | 0.19% | 0.81% | - |
| XYZ | 46.6 | 56.21 | 51.04 | - |
| YUV | 192.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 179 | 0.19 | 0 | 0.14 | 0.19 | 136.92 | 0.29 | 0.74 |
| Hex | A8 | CF | B3 | 13 | 0 | E | 13 | 89 | 1D | 4A |
| Octal | 250 | 317 | 263 | 23 | 0 | 16 | 23 | 211 | 35 | 112 |
| Binary | 10101000 | 11001111 | 10110011 | 10011 | 0 | 1110 | 10011 | 10001001 | 11101 | 1001010 |
Color Harmonies of #A8CFB3
Complementary color
Monochromatic Colors of #A8CFB3
Black with #A8CFB3
Text Example
Text Example
White with #A8CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFB3; }
p { color: rgb(168,207,179); }
H1.HeaderClassName
{
color: #A8CFB3;
}
.AnyTagClassName
{
color: #A8CFB3;
}
</style>
background-color css
<style>
a { background-color: #A8CFB3; }
a { background-color: rgb(168,207,179); }
div.DivClassName
{
background-color: #A8CFB3;
}
.BgClassName
{
background-color: #A8CFB3;
}
</style>
border-color css
<style>
span { border-color: #A8CFB3; }
span { border-color: rgb(168,207,179); }
td.TdClassName
{
border-color: #A8CFB3;
}
.TagClassName
{
border-color: #A8CFB3;
}
</style>