Shades of Gum Leaf #ADD3B9
Tints of Gum Leaf #ADD3B9
RGB
CMYK
RGB Variations
Color information
#ADD3B9 (or 0xADD3B9) is known color: Gum Leaf. HEX triplet: AD, D3 and B9. RGB value is (173,211,185). Sum of RGB (Red+Green+Blue) = 173+211+185=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3B9 is #522C46. Grayscale: #C4C4C4. Windows color (decimal): -5385287 or 12178349. OLE color: 12178349.
HSL color Cylindrical-coordinate representation of color #ADD3B9: hue angle of 138.95º 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 #ADD3B9 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 185 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.17 |
| HSL | 138.95º | 0.3% | 0.75% | - |
| HSV(B) | 138.95º | 0.18% | 0.83% | - |
| XYZ | 49.28 | 58.98 | 54.68 | - |
| YUV | 196.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 185 | 0.18 | 0 | 0.12 | 0.17 | 138.95 | 0.3 | 0.75 |
| Hex | AD | D3 | B9 | 12 | 0 | C | 11 | 8B | 1E | 4B |
| Octal | 255 | 323 | 271 | 22 | 0 | 14 | 21 | 213 | 36 | 113 |
| Binary | 10101101 | 11010011 | 10111001 | 10010 | 0 | 1100 | 10001 | 10001011 | 11110 | 1001011 |
Color Harmonies of #ADD3B9
Complementary color
Monochromatic Colors of #ADD3B9
Black with #ADD3B9
Text Example
Text Example
White with #ADD3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3B9; }
p { color: rgb(173,211,185); }
H1.HeaderClassName
{
color: #ADD3B9;
}
.AnyTagClassName
{
color: #ADD3B9;
}
</style>
background-color css
<style>
a { background-color: #ADD3B9; }
a { background-color: rgb(173,211,185); }
div.DivClassName
{
background-color: #ADD3B9;
}
.BgClassName
{
background-color: #ADD3B9;
}
</style>
border-color css
<style>
span { border-color: #ADD3B9; }
span { border-color: rgb(173,211,185); }
td.TdClassName
{
border-color: #ADD3B9;
}
.TagClassName
{
border-color: #ADD3B9;
}
</style>