Shades of Gum Leaf #A6CCB1
Tints of Gum Leaf #A6CCB1
RGB
CMYK
RGB Variations
Color information
#A6CCB1 (or 0xA6CCB1) is known color: Gum Leaf. HEX triplet: A6, CC and B1. RGB value is (166,204,177). Sum of RGB (Red+Green+Blue) = 166+204+177=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CCB1 is #59334E. Grayscale: #BDBDBD. Windows color (decimal): -5845839 or 11652262. OLE color: 11652262.
HSL color Cylindrical-coordinate representation of color #A6CCB1: hue angle of 137.37º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCB1 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 177 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.2 |
| HSL | 137.37º | 0.27% | 0.73% | - |
| HSV(B) | 137.37º | 0.19% | 0.8% | - |
| XYZ | 45.25 | 54.47 | 49.72 | - |
| YUV | 189.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 177 | 0.19 | 0 | 0.13 | 0.2 | 137.37 | 0.27 | 0.73 |
| Hex | A6 | CC | B1 | 13 | 0 | D | 14 | 89 | 1B | 49 |
| Octal | 246 | 314 | 261 | 23 | 0 | 15 | 24 | 211 | 33 | 111 |
| Binary | 10100110 | 11001100 | 10110001 | 10011 | 0 | 1101 | 10100 | 10001001 | 11011 | 1001001 |
Color Harmonies of #A6CCB1
Complementary color
Monochromatic Colors of #A6CCB1
Black with #A6CCB1
Text Example
Text Example
White with #A6CCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCB1; }
p { color: rgb(166,204,177); }
H1.HeaderClassName
{
color: #A6CCB1;
}
.AnyTagClassName
{
color: #A6CCB1;
}
</style>
background-color css
<style>
a { background-color: #A6CCB1; }
a { background-color: rgb(166,204,177); }
div.DivClassName
{
background-color: #A6CCB1;
}
.BgClassName
{
background-color: #A6CCB1;
}
</style>
border-color css
<style>
span { border-color: #A6CCB1; }
span { border-color: rgb(166,204,177); }
td.TdClassName
{
border-color: #A6CCB1;
}
.TagClassName
{
border-color: #A6CCB1;
}
</style>