Shades of Gum Leaf #ADCEB6
Tints of Gum Leaf #ADCEB6
RGB
CMYK
RGB Variations
Color information
#ADCEB6 (or 0xADCEB6) is known color: Gum Leaf. HEX triplet: AD, CE and B6. RGB value is (173,206,182). Sum of RGB (Red+Green+Blue) = 173+206+182=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB6 is #523149. Grayscale: #C1C1C1. Windows color (decimal): -5386570 or 11980461. OLE color: 11980461.
HSL color Cylindrical-coordinate representation of color #ADCEB6: hue angle of 136.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEB6 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 182 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.19 |
| HSL | 136.36º | 0.25% | 0.74% | - |
| HSV(B) | 136.36º | 0.16% | 0.81% | - |
| XYZ | 47.75 | 56.4 | 52.63 | - |
| YUV | 193.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 182 | 0.16 | 0 | 0.12 | 0.19 | 136.36 | 0.25 | 0.74 |
| Hex | AD | CE | B6 | 10 | 0 | C | 13 | 88 | 19 | 4A |
| Octal | 255 | 316 | 266 | 20 | 0 | 14 | 23 | 210 | 31 | 112 |
| Binary | 10101101 | 11001110 | 10110110 | 10000 | 0 | 1100 | 10011 | 10001000 | 11001 | 1001010 |
Color Harmonies of #ADCEB6
Complementary color
Monochromatic Colors of #ADCEB6
Black with #ADCEB6
Text Example
Text Example
White with #ADCEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEB6; }
p { color: rgb(173,206,182); }
H1.HeaderClassName
{
color: #ADCEB6;
}
.AnyTagClassName
{
color: #ADCEB6;
}
</style>
background-color css
<style>
a { background-color: #ADCEB6; }
a { background-color: rgb(173,206,182); }
div.DivClassName
{
background-color: #ADCEB6;
}
.BgClassName
{
background-color: #ADCEB6;
}
</style>
border-color css
<style>
span { border-color: #ADCEB6; }
span { border-color: rgb(173,206,182); }
td.TdClassName
{
border-color: #ADCEB6;
}
.TagClassName
{
border-color: #ADCEB6;
}
</style>