Shades of Gum Leaf #A6C8A8
Tints of Gum Leaf #A6C8A8
RGB
CMYK
RGB Variations
Color information
#A6C8A8 (or 0xA6C8A8) is known color: Gum Leaf. HEX triplet: A6, C8 and A8. RGB value is (166,200,168). Sum of RGB (Red+Green+Blue) = 166+200+168=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C8A8 is #593757. Grayscale: #BABABA. Windows color (decimal): -5846872 or 11061414. OLE color: 11061414.
HSL color Cylindrical-coordinate representation of color #A6C8A8: hue angle of 123.53º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C8A8 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 200 | 168 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.22 |
| HSL | 123.53º | 0.24% | 0.72% | - |
| HSV(B) | 123.53º | 0.17% | 0.78% | - |
| XYZ | 43.45 | 52.24 | 44.84 | - |
| YUV | 186.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 168 | 0.17 | 0 | 0.16 | 0.22 | 123.53 | 0.24 | 0.72 |
| Hex | A6 | C8 | A8 | 11 | 0 | 10 | 16 | 7C | 18 | 48 |
| Octal | 246 | 310 | 250 | 21 | 0 | 20 | 26 | 174 | 30 | 110 |
| Binary | 10100110 | 11001000 | 10101000 | 10001 | 0 | 10000 | 10110 | 1111100 | 11000 | 1001000 |
Color Harmonies of #A6C8A8
Complementary color
Monochromatic Colors of #A6C8A8
Black with #A6C8A8
Text Example
Text Example
White with #A6C8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8A8; }
p { color: rgb(166,200,168); }
H1.HeaderClassName
{
color: #A6C8A8;
}
.AnyTagClassName
{
color: #A6C8A8;
}
</style>
background-color css
<style>
a { background-color: #A6C8A8; }
a { background-color: rgb(166,200,168); }
div.DivClassName
{
background-color: #A6C8A8;
}
.BgClassName
{
background-color: #A6C8A8;
}
</style>
border-color css
<style>
span { border-color: #A6C8A8; }
span { border-color: rgb(166,200,168); }
td.TdClassName
{
border-color: #A6C8A8;
}
.TagClassName
{
border-color: #A6C8A8;
}
</style>