Shades of Gum Leaf #ADD3BA
Tints of Gum Leaf #ADD3BA
RGB
CMYK
RGB Variations
Color information
#ADD3BA (or 0xADD3BA) is known color: Gum Leaf. HEX triplet: AD, D3 and BA. RGB value is (173,211,186). Sum of RGB (Red+Green+Blue) = 173+211+186=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3BA is #522C45. Grayscale: #C4C4C4. Windows color (decimal): -5385286 or 12243885. OLE color: 12243885.
HSL color Cylindrical-coordinate representation of color #ADD3BA: hue angle of 140.53º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3BA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 186 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.17 |
| HSL | 140.53º | 0.3% | 0.75% | - |
| HSV(B) | 140.53º | 0.18% | 0.83% | - |
| XYZ | 49.39 | 59.02 | 55.24 | - |
| YUV | 196.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 186 | 0.18 | 0 | 0.12 | 0.17 | 140.53 | 0.3 | 0.75 |
| Hex | AD | D3 | BA | 12 | 0 | C | 11 | 8D | 1E | 4B |
| Octal | 255 | 323 | 272 | 22 | 0 | 14 | 21 | 215 | 36 | 113 |
| Binary | 10101101 | 11010011 | 10111010 | 10010 | 0 | 1100 | 10001 | 10001101 | 11110 | 1001011 |
Color Harmonies of #ADD3BA
Complementary color
Monochromatic Colors of #ADD3BA
Black with #ADD3BA
Text Example
Text Example
White with #ADD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3BA; }
p { color: rgb(173,211,186); }
H1.HeaderClassName
{
color: #ADD3BA;
}
.AnyTagClassName
{
color: #ADD3BA;
}
</style>
background-color css
<style>
a { background-color: #ADD3BA; }
a { background-color: rgb(173,211,186); }
div.DivClassName
{
background-color: #ADD3BA;
}
.BgClassName
{
background-color: #ADD3BA;
}
</style>
border-color css
<style>
span { border-color: #ADD3BA; }
span { border-color: rgb(173,211,186); }
td.TdClassName
{
border-color: #ADD3BA;
}
.TagClassName
{
border-color: #ADD3BA;
}
</style>