Shades of Gum Leaf #ADD1B5
Tints of Gum Leaf #ADD1B5
RGB
CMYK
RGB Variations
Color information
#ADD1B5 (or 0xADD1B5) is known color: Gum Leaf. HEX triplet: AD, D1 and B5. RGB value is (173,209,181). Sum of RGB (Red+Green+Blue) = 173+209+181=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1B5 is #522E4A. Grayscale: #C3C3C3. Windows color (decimal): -5385803 or 11915693. OLE color: 11915693.
HSL color Cylindrical-coordinate representation of color #ADD1B5: hue angle of 133.33º 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 #ADD1B5 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 181 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.18 |
| HSL | 133.33º | 0.28% | 0.75% | - |
| HSV(B) | 133.33º | 0.17% | 0.82% | - |
| XYZ | 48.37 | 57.82 | 52.33 | - |
| YUV | 195.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 181 | 0.17 | 0 | 0.13 | 0.18 | 133.33 | 0.28 | 0.75 |
| Hex | AD | D1 | B5 | 11 | 0 | D | 12 | 85 | 1C | 4B |
| Octal | 255 | 321 | 265 | 21 | 0 | 15 | 22 | 205 | 34 | 113 |
| Binary | 10101101 | 11010001 | 10110101 | 10001 | 0 | 1101 | 10010 | 10000101 | 11100 | 1001011 |
Color Harmonies of #ADD1B5
Complementary color
Monochromatic Colors of #ADD1B5
Black with #ADD1B5
Text Example
Text Example
White with #ADD1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1B5; }
p { color: rgb(173,209,181); }
H1.HeaderClassName
{
color: #ADD1B5;
}
.AnyTagClassName
{
color: #ADD1B5;
}
</style>
background-color css
<style>
a { background-color: #ADD1B5; }
a { background-color: rgb(173,209,181); }
div.DivClassName
{
background-color: #ADD1B5;
}
.BgClassName
{
background-color: #ADD1B5;
}
</style>
border-color css
<style>
span { border-color: #ADD1B5; }
span { border-color: rgb(173,209,181); }
td.TdClassName
{
border-color: #ADD1B5;
}
.TagClassName
{
border-color: #ADD1B5;
}
</style>