Shades of Gum Leaf #ADD0B2
Tints of Gum Leaf #ADD0B2
RGB
CMYK
RGB Variations
Color information
#ADD0B2 (or 0xADD0B2) is known color: Gum Leaf. HEX triplet: AD, D0 and B2. RGB value is (173,208,178). Sum of RGB (Red+Green+Blue) = 173+208+178=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0B2 is #522F4D. Grayscale: #C2C2C2. Windows color (decimal): -5386062 or 11718829. OLE color: 11718829.
HSL color Cylindrical-coordinate representation of color #ADD0B2: hue angle of 128.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 #ADD0B2 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 178 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.18 |
| HSL | 128.57º | 0.27% | 0.75% | - |
| HSV(B) | 128.57º | 0.17% | 0.82% | - |
| XYZ | 47.83 | 57.21 | 50.64 | - |
| YUV | 194.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 178 | 0.17 | 0 | 0.14 | 0.18 | 128.57 | 0.27 | 0.75 |
| Hex | AD | D0 | B2 | 11 | 0 | E | 12 | 81 | 1B | 4B |
| Octal | 255 | 320 | 262 | 21 | 0 | 16 | 22 | 201 | 33 | 113 |
| Binary | 10101101 | 11010000 | 10110010 | 10001 | 0 | 1110 | 10010 | 10000001 | 11011 | 1001011 |
Color Harmonies of #ADD0B2
Complementary color
Monochromatic Colors of #ADD0B2
Black with #ADD0B2
Text Example
Text Example
White with #ADD0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0B2; }
p { color: rgb(173,208,178); }
H1.HeaderClassName
{
color: #ADD0B2;
}
.AnyTagClassName
{
color: #ADD0B2;
}
</style>
background-color css
<style>
a { background-color: #ADD0B2; }
a { background-color: rgb(173,208,178); }
div.DivClassName
{
background-color: #ADD0B2;
}
.BgClassName
{
background-color: #ADD0B2;
}
</style>
border-color css
<style>
span { border-color: #ADD0B2; }
span { border-color: rgb(173,208,178); }
td.TdClassName
{
border-color: #ADD0B2;
}
.TagClassName
{
border-color: #ADD0B2;
}
</style>