Shades of Gum Leaf #ADC8B3
Tints of Gum Leaf #ADC8B3
RGB
CMYK
RGB Variations
Color information
#ADC8B3 (or 0xADC8B3) is known color: Gum Leaf. HEX triplet: AD, C8 and B3. RGB value is (173,200,179). Sum of RGB (Red+Green+Blue) = 173+200+179=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8B3 is #52374C. Grayscale: #BDBDBD. Windows color (decimal): -5388109 or 11782317. OLE color: 11782317.
HSL color Cylindrical-coordinate representation of color #ADC8B3: hue angle of 133.33º 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 #ADC8B3 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 179 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.22 |
| HSL | 133.33º | 0.2% | 0.73% | - |
| HSV(B) | 133.33º | 0.14% | 0.78% | - |
| XYZ | 46.02 | 53.45 | 50.54 | - |
| YUV | 189.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 179 | 0.14 | 0 | 0.10 | 0.22 | 133.33 | 0.2 | 0.73 |
| Hex | AD | C8 | B3 | E | 0 | A | 16 | 85 | 14 | 49 |
| Octal | 255 | 310 | 263 | 16 | 0 | 12 | 26 | 205 | 24 | 111 |
| Binary | 10101101 | 11001000 | 10110011 | 1110 | 0 | 1010 | 10110 | 10000101 | 10100 | 1001001 |
Color Harmonies of #ADC8B3
Complementary color
Monochromatic Colors of #ADC8B3
Black with #ADC8B3
Text Example
Text Example
White with #ADC8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8B3; }
p { color: rgb(173,200,179); }
H1.HeaderClassName
{
color: #ADC8B3;
}
.AnyTagClassName
{
color: #ADC8B3;
}
</style>
background-color css
<style>
a { background-color: #ADC8B3; }
a { background-color: rgb(173,200,179); }
div.DivClassName
{
background-color: #ADC8B3;
}
.BgClassName
{
background-color: #ADC8B3;
}
</style>
border-color css
<style>
span { border-color: #ADC8B3; }
span { border-color: rgb(173,200,179); }
td.TdClassName
{
border-color: #ADC8B3;
}
.TagClassName
{
border-color: #ADC8B3;
}
</style>