Shades of Gum Leaf #ADCEB8
Tints of Gum Leaf #ADCEB8
RGB
CMYK
RGB Variations
Color information
#ADCEB8 (or 0xADCEB8) is known color: Gum Leaf. HEX triplet: AD, CE and B8. RGB value is (173,206,184). Sum of RGB (Red+Green+Blue) = 173+206+184=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB8 is #523147. Grayscale: #C1C1C1. Windows color (decimal): -5386568 or 12111533. OLE color: 12111533.
HSL color Cylindrical-coordinate representation of color #ADCEB8: hue angle of 140º 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 #ADCEB8 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 184 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.19 |
| HSL | 140º | 0.25% | 0.74% | - |
| HSV(B) | 140º | 0.16% | 0.81% | - |
| XYZ | 47.96 | 56.49 | 53.72 | - |
| YUV | 193.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 184 | 0.16 | 0 | 0.11 | 0.19 | 140 | 0.25 | 0.74 |
| Hex | AD | CE | B8 | 10 | 0 | B | 13 | 8C | 19 | 4A |
| Octal | 255 | 316 | 270 | 20 | 0 | 13 | 23 | 214 | 31 | 112 |
| Binary | 10101101 | 11001110 | 10111000 | 10000 | 0 | 1011 | 10011 | 10001100 | 11001 | 1001010 |
Color Harmonies of #ADCEB8
Complementary color
Monochromatic Colors of #ADCEB8
Black with #ADCEB8
Text Example
Text Example
White with #ADCEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEB8; }
p { color: rgb(173,206,184); }
H1.HeaderClassName
{
color: #ADCEB8;
}
.AnyTagClassName
{
color: #ADCEB8;
}
</style>
background-color css
<style>
a { background-color: #ADCEB8; }
a { background-color: rgb(173,206,184); }
div.DivClassName
{
background-color: #ADCEB8;
}
.BgClassName
{
background-color: #ADCEB8;
}
</style>
border-color css
<style>
span { border-color: #ADCEB8; }
span { border-color: rgb(173,206,184); }
td.TdClassName
{
border-color: #ADCEB8;
}
.TagClassName
{
border-color: #ADCEB8;
}
</style>