Shades of Gum Leaf #A6C3B1
Tints of Gum Leaf #A6C3B1
RGB
CMYK
RGB Variations
Color information
#A6C3B1 (or 0xA6C3B1) is known color: Gum Leaf. HEX triplet: A6, C3 and B1. RGB value is (166,195,177). Sum of RGB (Red+Green+Blue) = 166+195+177=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C3B1 is #593C4E. Grayscale: #B8B8B8. Windows color (decimal): -5848143 or 11649958. OLE color: 11649958.
HSL color Cylindrical-coordinate representation of color #A6C3B1: hue angle of 142.76º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6C3B1 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 177 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.24 |
| HSL | 142.76º | 0.19% | 0.71% | - |
| HSV(B) | 142.76º | 0.15% | 0.76% | - |
| XYZ | 43.18 | 50.31 | 49.03 | - |
| YUV | 184.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 177 | 0.15 | 0 | 0.09 | 0.24 | 142.76 | 0.19 | 0.71 |
| Hex | A6 | C3 | B1 | F | 0 | 9 | 18 | 8F | 13 | 47 |
| Octal | 246 | 303 | 261 | 17 | 0 | 11 | 30 | 217 | 23 | 107 |
| Binary | 10100110 | 11000011 | 10110001 | 1111 | 0 | 1001 | 11000 | 10001111 | 10011 | 1000111 |
Color Harmonies of #A6C3B1
Complementary color
Monochromatic Colors of #A6C3B1
Black with #A6C3B1
Text Example
Text Example
White with #A6C3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C3B1; }
p { color: rgb(166,195,177); }
H1.HeaderClassName
{
color: #A6C3B1;
}
.AnyTagClassName
{
color: #A6C3B1;
}
</style>
background-color css
<style>
a { background-color: #A6C3B1; }
a { background-color: rgb(166,195,177); }
div.DivClassName
{
background-color: #A6C3B1;
}
.BgClassName
{
background-color: #A6C3B1;
}
</style>
border-color css
<style>
span { border-color: #A6C3B1; }
span { border-color: rgb(166,195,177); }
td.TdClassName
{
border-color: #A6C3B1;
}
.TagClassName
{
border-color: #A6C3B1;
}
</style>