Shades of Gum Leaf #A6CCB2
Tints of Gum Leaf #A6CCB2
RGB
CMYK
RGB Variations
Color information
#A6CCB2 (or 0xA6CCB2) is known color: Gum Leaf. HEX triplet: A6, CC and B2. RGB value is (166,204,178). Sum of RGB (Red+Green+Blue) = 166+204+178=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CCB2 is #59334D. Grayscale: #BDBDBD. Windows color (decimal): -5845838 or 11717798. OLE color: 11717798.
HSL color Cylindrical-coordinate representation of color #A6CCB2: hue angle of 138.95º 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 #A6CCB2 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 178 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.2 |
| HSL | 138.95º | 0.27% | 0.73% | - |
| HSV(B) | 138.95º | 0.19% | 0.8% | - |
| XYZ | 45.35 | 54.51 | 50.25 | - |
| YUV | 189.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 178 | 0.19 | 0 | 0.13 | 0.2 | 138.95 | 0.27 | 0.73 |
| Hex | A6 | CC | B2 | 13 | 0 | D | 14 | 8B | 1B | 49 |
| Octal | 246 | 314 | 262 | 23 | 0 | 15 | 24 | 213 | 33 | 111 |
| Binary | 10100110 | 11001100 | 10110010 | 10011 | 0 | 1101 | 10100 | 10001011 | 11011 | 1001001 |
Color Harmonies of #A6CCB2
Complementary color
Monochromatic Colors of #A6CCB2
Black with #A6CCB2
Text Example
Text Example
White with #A6CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCB2; }
p { color: rgb(166,204,178); }
H1.HeaderClassName
{
color: #A6CCB2;
}
.AnyTagClassName
{
color: #A6CCB2;
}
</style>
background-color css
<style>
a { background-color: #A6CCB2; }
a { background-color: rgb(166,204,178); }
div.DivClassName
{
background-color: #A6CCB2;
}
.BgClassName
{
background-color: #A6CCB2;
}
</style>
border-color css
<style>
span { border-color: #A6CCB2; }
span { border-color: rgb(166,204,178); }
td.TdClassName
{
border-color: #A6CCB2;
}
.TagClassName
{
border-color: #A6CCB2;
}
</style>