Shades of Gum Leaf #ADC3B5
Tints of Gum Leaf #ADC3B5
RGB
CMYK
RGB Variations
Color information
#ADC3B5 (or 0xADC3B5) is known color: Gum Leaf. HEX triplet: AD, C3 and B5. RGB value is (173,195,181). Sum of RGB (Red+Green+Blue) = 173+195+181=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3B5 is #523C4A. Grayscale: #BABABA. Windows color (decimal): -5389387 or 11912109. OLE color: 11912109.
HSL color Cylindrical-coordinate representation of color #ADC3B5: hue angle of 141.82º 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 #ADC3B5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 181 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.24 |
| HSL | 141.82º | 0.15% | 0.72% | - |
| HSV(B) | 141.82º | 0.11% | 0.76% | - |
| XYZ | 45.09 | 51.25 | 51.23 | - |
| YUV | 186.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 181 | 0.11 | 0 | 0.07 | 0.24 | 141.82 | 0.15 | 0.72 |
| Hex | AD | C3 | B5 | B | 0 | 7 | 18 | 8E | F | 48 |
| Octal | 255 | 303 | 265 | 13 | 0 | 7 | 30 | 216 | 17 | 110 |
| Binary | 10101101 | 11000011 | 10110101 | 1011 | 0 | 111 | 11000 | 10001110 | 1111 | 1001000 |
Color Harmonies of #ADC3B5
Complementary color
Monochromatic Colors of #ADC3B5
Black with #ADC3B5
Text Example
Text Example
White with #ADC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3B5; }
p { color: rgb(173,195,181); }
H1.HeaderClassName
{
color: #ADC3B5;
}
.AnyTagClassName
{
color: #ADC3B5;
}
</style>
background-color css
<style>
a { background-color: #ADC3B5; }
a { background-color: rgb(173,195,181); }
div.DivClassName
{
background-color: #ADC3B5;
}
.BgClassName
{
background-color: #ADC3B5;
}
</style>
border-color css
<style>
span { border-color: #ADC3B5; }
span { border-color: rgb(173,195,181); }
td.TdClassName
{
border-color: #ADC3B5;
}
.TagClassName
{
border-color: #ADC3B5;
}
</style>