Shades of Gum Leaf #A6CDB1
Tints of Gum Leaf #A6CDB1
RGB
CMYK
RGB Variations
Color information
#A6CDB1 (or 0xA6CDB1) is known color: Gum Leaf. HEX triplet: A6, CD and B1. RGB value is (166,205,177). Sum of RGB (Red+Green+Blue) = 166+205+177=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CDB1 is #59324E. Grayscale: #BEBEBE. Windows color (decimal): -5845583 or 11652518. OLE color: 11652518.
HSL color Cylindrical-coordinate representation of color #A6CDB1: hue angle of 136.92º degrees, saturation: 0.28, 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 #A6CDB1 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 177 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.20 |
| HSL | 136.92º | 0.28% | 0.73% | - |
| HSV(B) | 136.92º | 0.19% | 0.8% | - |
| XYZ | 45.49 | 54.94 | 49.8 | - |
| YUV | 190.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 177 | 0.19 | 0 | 0.14 | 0.20 | 136.92 | 0.28 | 0.73 |
| Hex | A6 | CD | B1 | 13 | 0 | E | 14 | 89 | 1C | 49 |
| Octal | 246 | 315 | 261 | 23 | 0 | 16 | 24 | 211 | 34 | 111 |
| Binary | 10100110 | 11001101 | 10110001 | 10011 | 0 | 1110 | 10100 | 10001001 | 11100 | 1001001 |
Color Harmonies of #A6CDB1
Complementary color
Monochromatic Colors of #A6CDB1
Black with #A6CDB1
Text Example
Text Example
White with #A6CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDB1; }
p { color: rgb(166,205,177); }
H1.HeaderClassName
{
color: #A6CDB1;
}
.AnyTagClassName
{
color: #A6CDB1;
}
</style>
background-color css
<style>
a { background-color: #A6CDB1; }
a { background-color: rgb(166,205,177); }
div.DivClassName
{
background-color: #A6CDB1;
}
.BgClassName
{
background-color: #A6CDB1;
}
</style>
border-color css
<style>
span { border-color: #A6CDB1; }
span { border-color: rgb(166,205,177); }
td.TdClassName
{
border-color: #A6CDB1;
}
.TagClassName
{
border-color: #A6CDB1;
}
</style>