Shades of Gum Leaf #ADC8B0
Tints of Gum Leaf #ADC8B0
RGB
CMYK
RGB Variations
Color information
#ADC8B0 (or 0xADC8B0) is known color: Gum Leaf. HEX triplet: AD, C8 and B0. RGB value is (173,200,176). Sum of RGB (Red+Green+Blue) = 173+200+176=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8B0 is #52374F. Grayscale: #BDBDBD. Windows color (decimal): -5388112 or 11585709. OLE color: 11585709.
HSL color Cylindrical-coordinate representation of color #ADC8B0: hue angle of 126.67º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC8B0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 176 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.22 |
| HSL | 126.67º | 0.2% | 0.73% | - |
| HSV(B) | 126.67º | 0.14% | 0.78% | - |
| XYZ | 45.72 | 53.33 | 48.96 | - |
| YUV | 189.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 176 | 0.14 | 0 | 0.12 | 0.22 | 126.67 | 0.2 | 0.73 |
| Hex | AD | C8 | B0 | E | 0 | C | 16 | 7F | 14 | 49 |
| Octal | 255 | 310 | 260 | 16 | 0 | 14 | 26 | 177 | 24 | 111 |
| Binary | 10101101 | 11001000 | 10110000 | 1110 | 0 | 1100 | 10110 | 1111111 | 10100 | 1001001 |
Color Harmonies of #ADC8B0
Complementary color
Monochromatic Colors of #ADC8B0
Black with #ADC8B0
Text Example
Text Example
White with #ADC8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8B0; }
p { color: rgb(173,200,176); }
H1.HeaderClassName
{
color: #ADC8B0;
}
.AnyTagClassName
{
color: #ADC8B0;
}
</style>
background-color css
<style>
a { background-color: #ADC8B0; }
a { background-color: rgb(173,200,176); }
div.DivClassName
{
background-color: #ADC8B0;
}
.BgClassName
{
background-color: #ADC8B0;
}
</style>
border-color css
<style>
span { border-color: #ADC8B0; }
span { border-color: rgb(173,200,176); }
td.TdClassName
{
border-color: #ADC8B0;
}
.TagClassName
{
border-color: #ADC8B0;
}
</style>