Shades of Gum Leaf #ADD2B9
Tints of Gum Leaf #ADD2B9
RGB
CMYK
RGB Variations
Color information
#ADD2B9 (or 0xADD2B9) is known color: Gum Leaf. HEX triplet: AD, D2 and B9. RGB value is (173,210,185). Sum of RGB (Red+Green+Blue) = 173+210+185=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2B9 is #522D46. Grayscale: #C4C4C4. Windows color (decimal): -5385543 or 12178093. OLE color: 12178093.
HSL color Cylindrical-coordinate representation of color #ADD2B9: hue angle of 139.46º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2B9 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 185 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.18 |
| HSL | 139.46º | 0.29% | 0.75% | - |
| HSV(B) | 139.46º | 0.18% | 0.82% | - |
| XYZ | 49.04 | 58.48 | 54.6 | - |
| YUV | 196.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 185 | 0.18 | 0 | 0.12 | 0.18 | 139.46 | 0.29 | 0.75 |
| Hex | AD | D2 | B9 | 12 | 0 | C | 12 | 8B | 1D | 4B |
| Octal | 255 | 322 | 271 | 22 | 0 | 14 | 22 | 213 | 35 | 113 |
| Binary | 10101101 | 11010010 | 10111001 | 10010 | 0 | 1100 | 10010 | 10001011 | 11101 | 1001011 |
Color Harmonies of #ADD2B9
Complementary color
Monochromatic Colors of #ADD2B9
Black with #ADD2B9
Text Example
Text Example
White with #ADD2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2B9; }
p { color: rgb(173,210,185); }
H1.HeaderClassName
{
color: #ADD2B9;
}
.AnyTagClassName
{
color: #ADD2B9;
}
</style>
background-color css
<style>
a { background-color: #ADD2B9; }
a { background-color: rgb(173,210,185); }
div.DivClassName
{
background-color: #ADD2B9;
}
.BgClassName
{
background-color: #ADD2B9;
}
</style>
border-color css
<style>
span { border-color: #ADD2B9; }
span { border-color: rgb(173,210,185); }
td.TdClassName
{
border-color: #ADD2B9;
}
.TagClassName
{
border-color: #ADD2B9;
}
</style>