Shades of Gum Leaf #ADC3B4
Tints of Gum Leaf #ADC3B4
RGB
CMYK
RGB Variations
Color information
#ADC3B4 (or 0xADC3B4) is known color: Gum Leaf. HEX triplet: AD, C3 and B4. RGB value is (173,195,180). Sum of RGB (Red+Green+Blue) = 173+195+180=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3B4 is #523C4B. Grayscale: #BABABA. Windows color (decimal): -5389388 or 11846573. OLE color: 11846573.
HSL color Cylindrical-coordinate representation of color #ADC3B4: hue angle of 139.09º 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 #ADC3B4 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 180 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.24 |
| HSL | 139.09º | 0.15% | 0.72% | - |
| HSV(B) | 139.09º | 0.11% | 0.76% | - |
| XYZ | 44.99 | 51.21 | 50.69 | - |
| YUV | 186.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 180 | 0.11 | 0 | 0.08 | 0.24 | 139.09 | 0.15 | 0.72 |
| Hex | AD | C3 | B4 | B | 0 | 8 | 18 | 8B | F | 48 |
| Octal | 255 | 303 | 264 | 13 | 0 | 10 | 30 | 213 | 17 | 110 |
| Binary | 10101101 | 11000011 | 10110100 | 1011 | 0 | 1000 | 11000 | 10001011 | 1111 | 1001000 |
Color Harmonies of #ADC3B4
Complementary color
Monochromatic Colors of #ADC3B4
Black with #ADC3B4
Text Example
Text Example
White with #ADC3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3B4; }
p { color: rgb(173,195,180); }
H1.HeaderClassName
{
color: #ADC3B4;
}
.AnyTagClassName
{
color: #ADC3B4;
}
</style>
background-color css
<style>
a { background-color: #ADC3B4; }
a { background-color: rgb(173,195,180); }
div.DivClassName
{
background-color: #ADC3B4;
}
.BgClassName
{
background-color: #ADC3B4;
}
</style>
border-color css
<style>
span { border-color: #ADC3B4; }
span { border-color: rgb(173,195,180); }
td.TdClassName
{
border-color: #ADC3B4;
}
.TagClassName
{
border-color: #ADC3B4;
}
</style>