Shades of Gum Leaf #ADD0B9
Tints of Gum Leaf #ADD0B9
RGB
CMYK
RGB Variations
Color information
#ADD0B9 (or 0xADD0B9) is known color: Gum Leaf. HEX triplet: AD, D0 and B9. RGB value is (173,208,185). Sum of RGB (Red+Green+Blue) = 173+208+185=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0B9 is #522F46. Grayscale: #C2C2C2. Windows color (decimal): -5386055 or 12177581. OLE color: 12177581.
HSL color Cylindrical-coordinate representation of color #ADD0B9: hue angle of 140.57º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD0B9 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 185 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.18 |
| HSL | 140.57º | 0.27% | 0.75% | - |
| HSV(B) | 140.57º | 0.17% | 0.82% | - |
| XYZ | 48.55 | 57.5 | 54.44 | - |
| YUV | 194.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 185 | 0.17 | 0 | 0.11 | 0.18 | 140.57 | 0.27 | 0.75 |
| Hex | AD | D0 | B9 | 11 | 0 | B | 12 | 8D | 1B | 4B |
| Octal | 255 | 320 | 271 | 21 | 0 | 13 | 22 | 215 | 33 | 113 |
| Binary | 10101101 | 11010000 | 10111001 | 10001 | 0 | 1011 | 10010 | 10001101 | 11011 | 1001011 |
Color Harmonies of #ADD0B9
Complementary color
Monochromatic Colors of #ADD0B9
Black with #ADD0B9
Text Example
Text Example
White with #ADD0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0B9; }
p { color: rgb(173,208,185); }
H1.HeaderClassName
{
color: #ADD0B9;
}
.AnyTagClassName
{
color: #ADD0B9;
}
</style>
background-color css
<style>
a { background-color: #ADD0B9; }
a { background-color: rgb(173,208,185); }
div.DivClassName
{
background-color: #ADD0B9;
}
.BgClassName
{
background-color: #ADD0B9;
}
</style>
border-color css
<style>
span { border-color: #ADD0B9; }
span { border-color: rgb(173,208,185); }
td.TdClassName
{
border-color: #ADD0B9;
}
.TagClassName
{
border-color: #ADD0B9;
}
</style>