Shades of Gum Leaf #A6CEB2
Tints of Gum Leaf #A6CEB2
RGB
CMYK
RGB Variations
Color information
#A6CEB2 (or 0xA6CEB2) is known color: Gum Leaf. HEX triplet: A6, CE and B2. RGB value is (166,206,178). Sum of RGB (Red+Green+Blue) = 166+206+178=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEB2 is #59314D. Grayscale: #BEBEBE. Windows color (decimal): -5845326 or 11718310. OLE color: 11718310.
HSL color Cylindrical-coordinate representation of color #A6CEB2: hue angle of 138º 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 #A6CEB2 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 178 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.19 |
| HSL | 138º | 0.29% | 0.73% | - |
| HSV(B) | 138º | 0.19% | 0.81% | - |
| XYZ | 45.83 | 55.46 | 50.41 | - |
| YUV | 190.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 178 | 0.19 | 0 | 0.14 | 0.19 | 138 | 0.29 | 0.73 |
| Hex | A6 | CE | B2 | 13 | 0 | E | 13 | 8A | 1D | 49 |
| Octal | 246 | 316 | 262 | 23 | 0 | 16 | 23 | 212 | 35 | 111 |
| Binary | 10100110 | 11001110 | 10110010 | 10011 | 0 | 1110 | 10011 | 10001010 | 11101 | 1001001 |
Color Harmonies of #A6CEB2
Complementary color
Monochromatic Colors of #A6CEB2
Black with #A6CEB2
Text Example
Text Example
White with #A6CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEB2; }
p { color: rgb(166,206,178); }
H1.HeaderClassName
{
color: #A6CEB2;
}
.AnyTagClassName
{
color: #A6CEB2;
}
</style>
background-color css
<style>
a { background-color: #A6CEB2; }
a { background-color: rgb(166,206,178); }
div.DivClassName
{
background-color: #A6CEB2;
}
.BgClassName
{
background-color: #A6CEB2;
}
</style>
border-color css
<style>
span { border-color: #A6CEB2; }
span { border-color: rgb(166,206,178); }
td.TdClassName
{
border-color: #A6CEB2;
}
.TagClassName
{
border-color: #A6CEB2;
}
</style>