Shades of Gum Leaf #A6CCB3
Tints of Gum Leaf #A6CCB3
RGB
CMYK
RGB Variations
Color information
#A6CCB3 (or 0xA6CCB3) is known color: Gum Leaf. HEX triplet: A6, CC and B3. RGB value is (166,204,179). Sum of RGB (Red+Green+Blue) = 166+204+179=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCB3 is #59334C. Grayscale: #BDBDBD. Windows color (decimal): -5845837 or 11783334. OLE color: 11783334.
HSL color Cylindrical-coordinate representation of color #A6CCB3: hue angle of 140.53º 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 #A6CCB3 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 179 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.2 |
| HSL | 140.53º | 0.27% | 0.73% | - |
| HSV(B) | 140.53º | 0.19% | 0.8% | - |
| XYZ | 45.46 | 54.55 | 50.78 | - |
| YUV | 189.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 179 | 0.19 | 0 | 0.12 | 0.2 | 140.53 | 0.27 | 0.73 |
| Hex | A6 | CC | B3 | 13 | 0 | C | 14 | 8D | 1B | 49 |
| Octal | 246 | 314 | 263 | 23 | 0 | 14 | 24 | 215 | 33 | 111 |
| Binary | 10100110 | 11001100 | 10110011 | 10011 | 0 | 1100 | 10100 | 10001101 | 11011 | 1001001 |
Color Harmonies of #A6CCB3
Complementary color
Monochromatic Colors of #A6CCB3
Black with #A6CCB3
Text Example
Text Example
White with #A6CCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCB3; }
p { color: rgb(166,204,179); }
H1.HeaderClassName
{
color: #A6CCB3;
}
.AnyTagClassName
{
color: #A6CCB3;
}
</style>
background-color css
<style>
a { background-color: #A6CCB3; }
a { background-color: rgb(166,204,179); }
div.DivClassName
{
background-color: #A6CCB3;
}
.BgClassName
{
background-color: #A6CCB3;
}
</style>
border-color css
<style>
span { border-color: #A6CCB3; }
span { border-color: rgb(166,204,179); }
td.TdClassName
{
border-color: #A6CCB3;
}
.TagClassName
{
border-color: #A6CCB3;
}
</style>