Shades of Gum Leaf #ADD1B3
Tints of Gum Leaf #ADD1B3
RGB
CMYK
RGB Variations
Color information
#ADD1B3 (or 0xADD1B3) is known color: Gum Leaf. HEX triplet: AD, D1 and B3. RGB value is (173,209,179). Sum of RGB (Red+Green+Blue) = 173+209+179=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1B3 is #522E4C. Grayscale: #C2C2C2. Windows color (decimal): -5385805 or 11784621. OLE color: 11784621.
HSL color Cylindrical-coordinate representation of color #ADD1B3: hue angle of 130º 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 #ADD1B3 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 179 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.18 |
| HSL | 130º | 0.28% | 0.75% | - |
| HSV(B) | 130º | 0.17% | 0.82% | - |
| XYZ | 48.17 | 57.74 | 51.25 | - |
| YUV | 194.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 179 | 0.17 | 0 | 0.14 | 0.18 | 130 | 0.28 | 0.75 |
| Hex | AD | D1 | B3 | 11 | 0 | E | 12 | 82 | 1C | 4B |
| Octal | 255 | 321 | 263 | 21 | 0 | 16 | 22 | 202 | 34 | 113 |
| Binary | 10101101 | 11010001 | 10110011 | 10001 | 0 | 1110 | 10010 | 10000010 | 11100 | 1001011 |
Color Harmonies of #ADD1B3
Complementary color
Monochromatic Colors of #ADD1B3
Black with #ADD1B3
Text Example
Text Example
White with #ADD1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1B3; }
p { color: rgb(173,209,179); }
H1.HeaderClassName
{
color: #ADD1B3;
}
.AnyTagClassName
{
color: #ADD1B3;
}
</style>
background-color css
<style>
a { background-color: #ADD1B3; }
a { background-color: rgb(173,209,179); }
div.DivClassName
{
background-color: #ADD1B3;
}
.BgClassName
{
background-color: #ADD1B3;
}
</style>
border-color css
<style>
span { border-color: #ADD1B3; }
span { border-color: rgb(173,209,179); }
td.TdClassName
{
border-color: #ADD1B3;
}
.TagClassName
{
border-color: #ADD1B3;
}
</style>