Shades of Gum Leaf #ADD2BA
Tints of Gum Leaf #ADD2BA
RGB
CMYK
RGB Variations
Color information
#ADD2BA (or 0xADD2BA) is known color: Gum Leaf. HEX triplet: AD, D2 and BA. RGB value is (173,210,186). Sum of RGB (Red+Green+Blue) = 173+210+186=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2BA is #522D45. Grayscale: #C4C4C4. Windows color (decimal): -5385542 or 12243629. OLE color: 12243629.
HSL color Cylindrical-coordinate representation of color #ADD2BA: hue angle of 141.08º 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 #ADD2BA is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 186 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.18 |
| HSL | 141.08º | 0.29% | 0.75% | - |
| HSV(B) | 141.08º | 0.18% | 0.82% | - |
| XYZ | 49.14 | 58.52 | 55.16 | - |
| YUV | 196.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 186 | 0.18 | 0 | 0.11 | 0.18 | 141.08 | 0.29 | 0.75 |
| Hex | AD | D2 | BA | 12 | 0 | B | 12 | 8D | 1D | 4B |
| Octal | 255 | 322 | 272 | 22 | 0 | 13 | 22 | 215 | 35 | 113 |
| Binary | 10101101 | 11010010 | 10111010 | 10010 | 0 | 1011 | 10010 | 10001101 | 11101 | 1001011 |
Color Harmonies of #ADD2BA
Complementary color
Monochromatic Colors of #ADD2BA
Black with #ADD2BA
Text Example
Text Example
White with #ADD2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2BA; }
p { color: rgb(173,210,186); }
H1.HeaderClassName
{
color: #ADD2BA;
}
.AnyTagClassName
{
color: #ADD2BA;
}
</style>
background-color css
<style>
a { background-color: #ADD2BA; }
a { background-color: rgb(173,210,186); }
div.DivClassName
{
background-color: #ADD2BA;
}
.BgClassName
{
background-color: #ADD2BA;
}
</style>
border-color css
<style>
span { border-color: #ADD2BA; }
span { border-color: rgb(173,210,186); }
td.TdClassName
{
border-color: #ADD2BA;
}
.TagClassName
{
border-color: #ADD2BA;
}
</style>