Shades of Gum Leaf #ADD5B7
Tints of Gum Leaf #ADD5B7
RGB
CMYK
RGB Variations
Color information
#ADD5B7 (or 0xADD5B7) is known color: Gum Leaf. HEX triplet: AD, D5 and B7. RGB value is (173,213,183). Sum of RGB (Red+Green+Blue) = 173+213+183=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5B7 is #522A48. Grayscale: #C5C5C5. Windows color (decimal): -5384777 or 12047789. OLE color: 12047789.
HSL color Cylindrical-coordinate representation of color #ADD5B7: hue angle of 135º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5B7 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 183 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.16 |
| HSL | 135º | 0.32% | 0.76% | - |
| HSV(B) | 135º | 0.19% | 0.84% | - |
| XYZ | 49.58 | 59.89 | 53.75 | - |
| YUV | 197.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 183 | 0.19 | 0 | 0.14 | 0.16 | 135 | 0.32 | 0.76 |
| Hex | AD | D5 | B7 | 13 | 0 | E | 10 | 87 | 20 | 4C |
| Octal | 255 | 325 | 267 | 23 | 0 | 16 | 20 | 207 | 40 | 114 |
| Binary | 10101101 | 11010101 | 10110111 | 10011 | 0 | 1110 | 10000 | 10000111 | 100000 | 1001100 |
Color Harmonies of #ADD5B7
Complementary color
Monochromatic Colors of #ADD5B7
Black with #ADD5B7
Text Example
Text Example
White with #ADD5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5B7; }
p { color: rgb(173,213,183); }
H1.HeaderClassName
{
color: #ADD5B7;
}
.AnyTagClassName
{
color: #ADD5B7;
}
</style>
background-color css
<style>
a { background-color: #ADD5B7; }
a { background-color: rgb(173,213,183); }
div.DivClassName
{
background-color: #ADD5B7;
}
.BgClassName
{
background-color: #ADD5B7;
}
</style>
border-color css
<style>
span { border-color: #ADD5B7; }
span { border-color: rgb(173,213,183); }
td.TdClassName
{
border-color: #ADD5B7;
}
.TagClassName
{
border-color: #ADD5B7;
}
</style>