Shades of Gum Leaf #A6CEB0
Tints of Gum Leaf #A6CEB0
RGB
CMYK
RGB Variations
Color information
#A6CEB0 (or 0xA6CEB0) is known color: Gum Leaf. HEX triplet: A6, CE and B0. RGB value is (166,206,176). Sum of RGB (Red+Green+Blue) = 166+206+176=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEB0 is #59314F. Grayscale: #BEBEBE. Windows color (decimal): -5845328 or 11587238. OLE color: 11587238.
HSL color Cylindrical-coordinate representation of color #A6CEB0: hue angle of 135º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEB0 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 176 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.19 |
| HSL | 135º | 0.29% | 0.73% | - |
| HSV(B) | 135º | 0.19% | 0.81% | - |
| XYZ | 45.63 | 55.38 | 49.36 | - |
| YUV | 190.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 176 | 0.19 | 0 | 0.15 | 0.19 | 135 | 0.29 | 0.73 |
| Hex | A6 | CE | B0 | 13 | 0 | F | 13 | 87 | 1D | 49 |
| Octal | 246 | 316 | 260 | 23 | 0 | 17 | 23 | 207 | 35 | 111 |
| Binary | 10100110 | 11001110 | 10110000 | 10011 | 0 | 1111 | 10011 | 10000111 | 11101 | 1001001 |
Color Harmonies of #A6CEB0
Complementary color
Monochromatic Colors of #A6CEB0
Black with #A6CEB0
Text Example
Text Example
White with #A6CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEB0; }
p { color: rgb(166,206,176); }
H1.HeaderClassName
{
color: #A6CEB0;
}
.AnyTagClassName
{
color: #A6CEB0;
}
</style>
background-color css
<style>
a { background-color: #A6CEB0; }
a { background-color: rgb(166,206,176); }
div.DivClassName
{
background-color: #A6CEB0;
}
.BgClassName
{
background-color: #A6CEB0;
}
</style>
border-color css
<style>
span { border-color: #A6CEB0; }
span { border-color: rgb(166,206,176); }
td.TdClassName
{
border-color: #A6CEB0;
}
.TagClassName
{
border-color: #A6CEB0;
}
</style>