Shades of Gum Leaf #ADC3B0
Tints of Gum Leaf #ADC3B0
RGB
CMYK
RGB Variations
Color information
#ADC3B0 (or 0xADC3B0) is known color: Gum Leaf. HEX triplet: AD, C3 and B0. RGB value is (173,195,176). Sum of RGB (Red+Green+Blue) = 173+195+176=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC3B0 is #523C4F. Grayscale: #BABABA. Windows color (decimal): -5389392 or 11584429. OLE color: 11584429.
HSL color Cylindrical-coordinate representation of color #ADC3B0: hue angle of 128.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC3B0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 176 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.24 |
| HSL | 128.18º | 0.15% | 0.72% | - |
| HSV(B) | 128.18º | 0.11% | 0.76% | - |
| XYZ | 44.59 | 51.05 | 48.58 | - |
| YUV | 186.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 176 | 0.11 | 0 | 0.10 | 0.24 | 128.18 | 0.15 | 0.72 |
| Hex | AD | C3 | B0 | B | 0 | A | 18 | 80 | F | 48 |
| Octal | 255 | 303 | 260 | 13 | 0 | 12 | 30 | 200 | 17 | 110 |
| Binary | 10101101 | 11000011 | 10110000 | 1011 | 0 | 1010 | 11000 | 10000000 | 1111 | 1001000 |
Color Harmonies of #ADC3B0
Complementary color
Monochromatic Colors of #ADC3B0
Black with #ADC3B0
Text Example
Text Example
White with #ADC3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3B0; }
p { color: rgb(173,195,176); }
H1.HeaderClassName
{
color: #ADC3B0;
}
.AnyTagClassName
{
color: #ADC3B0;
}
</style>
background-color css
<style>
a { background-color: #ADC3B0; }
a { background-color: rgb(173,195,176); }
div.DivClassName
{
background-color: #ADC3B0;
}
.BgClassName
{
background-color: #ADC3B0;
}
</style>
border-color css
<style>
span { border-color: #ADC3B0; }
span { border-color: rgb(173,195,176); }
td.TdClassName
{
border-color: #ADC3B0;
}
.TagClassName
{
border-color: #ADC3B0;
}
</style>