Shades of Gum Leaf #A6CDB2
Tints of Gum Leaf #A6CDB2
RGB
CMYK
RGB Variations
Color information
#A6CDB2 (or 0xA6CDB2) is known color: Gum Leaf. HEX triplet: A6, CD and B2. RGB value is (166,205,178). Sum of RGB (Red+Green+Blue) = 166+205+178=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CDB2 is #59324D. Grayscale: #BEBEBE. Windows color (decimal): -5845582 or 11718054. OLE color: 11718054.
HSL color Cylindrical-coordinate representation of color #A6CDB2: hue angle of 138.46º 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 #A6CDB2 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 178 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.20 |
| HSL | 138.46º | 0.28% | 0.73% | - |
| HSV(B) | 138.46º | 0.19% | 0.8% | - |
| XYZ | 45.59 | 54.98 | 50.33 | - |
| YUV | 190.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 178 | 0.19 | 0 | 0.13 | 0.20 | 138.46 | 0.28 | 0.73 |
| Hex | A6 | CD | B2 | 13 | 0 | D | 14 | 8A | 1C | 49 |
| Octal | 246 | 315 | 262 | 23 | 0 | 15 | 24 | 212 | 34 | 111 |
| Binary | 10100110 | 11001101 | 10110010 | 10011 | 0 | 1101 | 10100 | 10001010 | 11100 | 1001001 |
Color Harmonies of #A6CDB2
Complementary color
Monochromatic Colors of #A6CDB2
Black with #A6CDB2
Text Example
Text Example
White with #A6CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDB2; }
p { color: rgb(166,205,178); }
H1.HeaderClassName
{
color: #A6CDB2;
}
.AnyTagClassName
{
color: #A6CDB2;
}
</style>
background-color css
<style>
a { background-color: #A6CDB2; }
a { background-color: rgb(166,205,178); }
div.DivClassName
{
background-color: #A6CDB2;
}
.BgClassName
{
background-color: #A6CDB2;
}
</style>
border-color css
<style>
span { border-color: #A6CDB2; }
span { border-color: rgb(166,205,178); }
td.TdClassName
{
border-color: #A6CDB2;
}
.TagClassName
{
border-color: #A6CDB2;
}
</style>