Shades of Gum Leaf #ADD0B3
Tints of Gum Leaf #ADD0B3
RGB
CMYK
RGB Variations
Color information
#ADD0B3 (or 0xADD0B3) is known color: Gum Leaf. HEX triplet: AD, D0 and B3. RGB value is (173,208,179). Sum of RGB (Red+Green+Blue) = 173+208+179=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0B3 is #522F4C. Grayscale: #C2C2C2. Windows color (decimal): -5386061 or 11784365. OLE color: 11784365.
HSL color Cylindrical-coordinate representation of color #ADD0B3: hue angle of 130.29º degrees, saturation: 0.27, 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 #ADD0B3 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 179 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.18 |
| HSL | 130.29º | 0.27% | 0.75% | - |
| HSV(B) | 130.29º | 0.17% | 0.82% | - |
| XYZ | 47.93 | 57.25 | 51.17 | - |
| YUV | 194.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 179 | 0.17 | 0 | 0.14 | 0.18 | 130.29 | 0.27 | 0.75 |
| Hex | AD | D0 | B3 | 11 | 0 | E | 12 | 82 | 1B | 4B |
| Octal | 255 | 320 | 263 | 21 | 0 | 16 | 22 | 202 | 33 | 113 |
| Binary | 10101101 | 11010000 | 10110011 | 10001 | 0 | 1110 | 10010 | 10000010 | 11011 | 1001011 |
Color Harmonies of #ADD0B3
Complementary color
Monochromatic Colors of #ADD0B3
Black with #ADD0B3
Text Example
Text Example
White with #ADD0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0B3; }
p { color: rgb(173,208,179); }
H1.HeaderClassName
{
color: #ADD0B3;
}
.AnyTagClassName
{
color: #ADD0B3;
}
</style>
background-color css
<style>
a { background-color: #ADD0B3; }
a { background-color: rgb(173,208,179); }
div.DivClassName
{
background-color: #ADD0B3;
}
.BgClassName
{
background-color: #ADD0B3;
}
</style>
border-color css
<style>
span { border-color: #ADD0B3; }
span { border-color: rgb(173,208,179); }
td.TdClassName
{
border-color: #ADD0B3;
}
.TagClassName
{
border-color: #ADD0B3;
}
</style>