Shades of Gum Leaf #A6D1B3
Tints of Gum Leaf #A6D1B3
RGB
CMYK
RGB Variations
Color information
#A6D1B3 (or 0xA6D1B3) is known color: Gum Leaf. HEX triplet: A6, D1 and B3. RGB value is (166,209,179). Sum of RGB (Red+Green+Blue) = 166+209+179=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1B3 is #592E4C. Grayscale: #C0C0C0. Windows color (decimal): -5844557 or 11784614. OLE color: 11784614.
HSL color Cylindrical-coordinate representation of color #A6D1B3: hue angle of 138.14º 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 #A6D1B3 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 179 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.18 |
| HSL | 138.14º | 0.32% | 0.74% | - |
| HSV(B) | 138.14º | 0.21% | 0.82% | - |
| XYZ | 46.66 | 56.96 | 51.18 | - |
| YUV | 192.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 179 | 0.21 | 0 | 0.14 | 0.18 | 138.14 | 0.32 | 0.74 |
| Hex | A6 | D1 | B3 | 15 | 0 | E | 12 | 8A | 20 | 4A |
| Octal | 246 | 321 | 263 | 25 | 0 | 16 | 22 | 212 | 40 | 112 |
| Binary | 10100110 | 11010001 | 10110011 | 10101 | 0 | 1110 | 10010 | 10001010 | 100000 | 1001010 |
Color Harmonies of #A6D1B3
Complementary color
Monochromatic Colors of #A6D1B3
Black with #A6D1B3
Text Example
Text Example
White with #A6D1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1B3; }
p { color: rgb(166,209,179); }
H1.HeaderClassName
{
color: #A6D1B3;
}
.AnyTagClassName
{
color: #A6D1B3;
}
</style>
background-color css
<style>
a { background-color: #A6D1B3; }
a { background-color: rgb(166,209,179); }
div.DivClassName
{
background-color: #A6D1B3;
}
.BgClassName
{
background-color: #A6D1B3;
}
</style>
border-color css
<style>
span { border-color: #A6D1B3; }
span { border-color: rgb(166,209,179); }
td.TdClassName
{
border-color: #A6D1B3;
}
.TagClassName
{
border-color: #A6D1B3;
}
</style>