Shades of Gum Leaf #ADD1B1
Tints of Gum Leaf #ADD1B1
RGB
CMYK
RGB Variations
Color information
#ADD1B1 (or 0xADD1B1) is known color: Gum Leaf. HEX triplet: AD, D1 and B1. RGB value is (173,209,177). Sum of RGB (Red+Green+Blue) = 173+209+177=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1B1 is #522E4E. Grayscale: #C2C2C2. Windows color (decimal): -5385807 or 11653549. OLE color: 11653549.
HSL color Cylindrical-coordinate representation of color #ADD1B1: hue angle of 126.67º degrees, saturation: 0.28, 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 #ADD1B1 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 177 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.18 |
| HSL | 126.67º | 0.28% | 0.75% | - |
| HSV(B) | 126.67º | 0.17% | 0.82% | - |
| XYZ | 47.97 | 57.66 | 50.2 | - |
| YUV | 194.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 177 | 0.17 | 0 | 0.15 | 0.18 | 126.67 | 0.28 | 0.75 |
| Hex | AD | D1 | B1 | 11 | 0 | F | 12 | 7F | 1C | 4B |
| Octal | 255 | 321 | 261 | 21 | 0 | 17 | 22 | 177 | 34 | 113 |
| Binary | 10101101 | 11010001 | 10110001 | 10001 | 0 | 1111 | 10010 | 1111111 | 11100 | 1001011 |
Color Harmonies of #ADD1B1
Complementary color
Monochromatic Colors of #ADD1B1
Black with #ADD1B1
Text Example
Text Example
White with #ADD1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1B1; }
p { color: rgb(173,209,177); }
H1.HeaderClassName
{
color: #ADD1B1;
}
.AnyTagClassName
{
color: #ADD1B1;
}
</style>
background-color css
<style>
a { background-color: #ADD1B1; }
a { background-color: rgb(173,209,177); }
div.DivClassName
{
background-color: #ADD1B1;
}
.BgClassName
{
background-color: #ADD1B1;
}
</style>
border-color css
<style>
span { border-color: #ADD1B1; }
span { border-color: rgb(173,209,177); }
td.TdClassName
{
border-color: #ADD1B1;
}
.TagClassName
{
border-color: #ADD1B1;
}
</style>