Shades of Gum Leaf #ADD6BA
Tints of Gum Leaf #ADD6BA
RGB
CMYK
RGB Variations
Color information
#ADD6BA (or 0xADD6BA) is known color: Gum Leaf. HEX triplet: AD, D6 and BA. RGB value is (173,214,186). Sum of RGB (Red+Green+Blue) = 173+214+186=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6BA is #522945. Grayscale: #C6C6C6. Windows color (decimal): -5384518 or 12244653. OLE color: 12244653.
HSL color Cylindrical-coordinate representation of color #ADD6BA: hue angle of 139.02º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6BA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 186 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.16 |
| HSL | 139.02º | 0.33% | 0.76% | - |
| HSV(B) | 139.02º | 0.19% | 0.84% | - |
| XYZ | 50.14 | 60.52 | 55.49 | - |
| YUV | 198.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 186 | 0.19 | 0 | 0.13 | 0.16 | 139.02 | 0.33 | 0.76 |
| Hex | AD | D6 | BA | 13 | 0 | D | 10 | 8B | 21 | 4C |
| Octal | 255 | 326 | 272 | 23 | 0 | 15 | 20 | 213 | 41 | 114 |
| Binary | 10101101 | 11010110 | 10111010 | 10011 | 0 | 1101 | 10000 | 10001011 | 100001 | 1001100 |
Color Harmonies of #ADD6BA
Complementary color
Monochromatic Colors of #ADD6BA
Black with #ADD6BA
Text Example
Text Example
White with #ADD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6BA; }
p { color: rgb(173,214,186); }
H1.HeaderClassName
{
color: #ADD6BA;
}
.AnyTagClassName
{
color: #ADD6BA;
}
</style>
background-color css
<style>
a { background-color: #ADD6BA; }
a { background-color: rgb(173,214,186); }
div.DivClassName
{
background-color: #ADD6BA;
}
.BgClassName
{
background-color: #ADD6BA;
}
</style>
border-color css
<style>
span { border-color: #ADD6BA; }
span { border-color: rgb(173,214,186); }
td.TdClassName
{
border-color: #ADD6BA;
}
.TagClassName
{
border-color: #ADD6BA;
}
</style>