Shades of Gum Leaf #A6D1B2
Tints of Gum Leaf #A6D1B2
RGB
CMYK
RGB Variations
Color information
#A6D1B2 (or 0xA6D1B2) is known color: Gum Leaf. HEX triplet: A6, D1 and B2. RGB value is (166,209,178). Sum of RGB (Red+Green+Blue) = 166+209+178=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D1B2 is #592E4D. Grayscale: #C0C0C0. Windows color (decimal): -5844558 or 11719078. OLE color: 11719078.
HSL color Cylindrical-coordinate representation of color #A6D1B2: hue angle of 136.74º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D1B2 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 178 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.18 |
| HSL | 136.74º | 0.32% | 0.74% | - |
| HSV(B) | 136.74º | 0.21% | 0.82% | - |
| XYZ | 46.56 | 56.92 | 50.65 | - |
| YUV | 192.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 178 | 0.21 | 0 | 0.15 | 0.18 | 136.74 | 0.32 | 0.74 |
| Hex | A6 | D1 | B2 | 15 | 0 | F | 12 | 89 | 20 | 4A |
| Octal | 246 | 321 | 262 | 25 | 0 | 17 | 22 | 211 | 40 | 112 |
| Binary | 10100110 | 11010001 | 10110010 | 10101 | 0 | 1111 | 10010 | 10001001 | 100000 | 1001010 |
Color Harmonies of #A6D1B2
Complementary color
Monochromatic Colors of #A6D1B2
Black with #A6D1B2
Text Example
Text Example
White with #A6D1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1B2; }
p { color: rgb(166,209,178); }
H1.HeaderClassName
{
color: #A6D1B2;
}
.AnyTagClassName
{
color: #A6D1B2;
}
</style>
background-color css
<style>
a { background-color: #A6D1B2; }
a { background-color: rgb(166,209,178); }
div.DivClassName
{
background-color: #A6D1B2;
}
.BgClassName
{
background-color: #A6D1B2;
}
</style>
border-color css
<style>
span { border-color: #A6D1B2; }
span { border-color: rgb(166,209,178); }
td.TdClassName
{
border-color: #A6D1B2;
}
.TagClassName
{
border-color: #A6D1B2;
}
</style>