Shades of Gum Leaf #A6D3B5
Tints of Gum Leaf #A6D3B5
RGB
CMYK
RGB Variations
Color information
#A6D3B5 (or 0xA6D3B5) is known color: Gum Leaf. HEX triplet: A6, D3 and B5. RGB value is (166,211,181). Sum of RGB (Red+Green+Blue) = 166+211+181=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3B5 is #592C4A. Grayscale: #C2C2C2. Windows color (decimal): -5844043 or 11916198. OLE color: 11916198.
HSL color Cylindrical-coordinate representation of color #A6D3B5: hue angle of 140º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D3B5 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 181 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.17 |
| HSL | 140º | 0.34% | 0.74% | - |
| HSV(B) | 140º | 0.21% | 0.83% | - |
| XYZ | 47.36 | 58.03 | 52.42 | - |
| YUV | 194.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 181 | 0.21 | 0 | 0.14 | 0.17 | 140 | 0.34 | 0.74 |
| Hex | A6 | D3 | B5 | 15 | 0 | E | 11 | 8C | 22 | 4A |
| Octal | 246 | 323 | 265 | 25 | 0 | 16 | 21 | 214 | 42 | 112 |
| Binary | 10100110 | 11010011 | 10110101 | 10101 | 0 | 1110 | 10001 | 10001100 | 100010 | 1001010 |
Color Harmonies of #A6D3B5
Complementary color
Monochromatic Colors of #A6D3B5
Black with #A6D3B5
Text Example
Text Example
White with #A6D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D3B5; }
p { color: rgb(166,211,181); }
H1.HeaderClassName
{
color: #A6D3B5;
}
.AnyTagClassName
{
color: #A6D3B5;
}
</style>
background-color css
<style>
a { background-color: #A6D3B5; }
a { background-color: rgb(166,211,181); }
div.DivClassName
{
background-color: #A6D3B5;
}
.BgClassName
{
background-color: #A6D3B5;
}
</style>
border-color css
<style>
span { border-color: #A6D3B5; }
span { border-color: rgb(166,211,181); }
td.TdClassName
{
border-color: #A6D3B5;
}
.TagClassName
{
border-color: #A6D3B5;
}
</style>