Shades of Gum Leaf #A6CDB3
Tints of Gum Leaf #A6CDB3
RGB
CMYK
RGB Variations
Color information
#A6CDB3 (or 0xA6CDB3) is known color: Gum Leaf. HEX triplet: A6, CD and B3. RGB value is (166,205,179). Sum of RGB (Red+Green+Blue) = 166+205+179=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDB3 is #59324C. Grayscale: #BEBEBE. Windows color (decimal): -5845581 or 11783590. OLE color: 11783590.
HSL color Cylindrical-coordinate representation of color #A6CDB3: hue angle of 140º 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 #A6CDB3 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 179 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.20 |
| HSL | 140º | 0.28% | 0.73% | - |
| HSV(B) | 140º | 0.19% | 0.8% | - |
| XYZ | 45.69 | 55.02 | 50.86 | - |
| YUV | 190.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 179 | 0.19 | 0 | 0.13 | 0.20 | 140 | 0.28 | 0.73 |
| Hex | A6 | CD | B3 | 13 | 0 | D | 14 | 8C | 1C | 49 |
| Octal | 246 | 315 | 263 | 23 | 0 | 15 | 24 | 214 | 34 | 111 |
| Binary | 10100110 | 11001101 | 10110011 | 10011 | 0 | 1101 | 10100 | 10001100 | 11100 | 1001001 |
Color Harmonies of #A6CDB3
Complementary color
Monochromatic Colors of #A6CDB3
Black with #A6CDB3
Text Example
Text Example
White with #A6CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDB3; }
p { color: rgb(166,205,179); }
H1.HeaderClassName
{
color: #A6CDB3;
}
.AnyTagClassName
{
color: #A6CDB3;
}
</style>
background-color css
<style>
a { background-color: #A6CDB3; }
a { background-color: rgb(166,205,179); }
div.DivClassName
{
background-color: #A6CDB3;
}
.BgClassName
{
background-color: #A6CDB3;
}
</style>
border-color css
<style>
span { border-color: #A6CDB3; }
span { border-color: rgb(166,205,179); }
td.TdClassName
{
border-color: #A6CDB3;
}
.TagClassName
{
border-color: #A6CDB3;
}
</style>