Shades of Gum Leaf #ADCEB5
Tints of Gum Leaf #ADCEB5
RGB
CMYK
RGB Variations
Color information
#ADCEB5 (or 0xADCEB5) is known color: Gum Leaf. HEX triplet: AD, CE and B5. RGB value is (173,206,181). Sum of RGB (Red+Green+Blue) = 173+206+181=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB5 is #52314A. Grayscale: #C1C1C1. Windows color (decimal): -5386571 or 11914925. OLE color: 11914925.
HSL color Cylindrical-coordinate representation of color #ADCEB5: hue angle of 134.55º 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 #ADCEB5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 181 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.19 |
| HSL | 134.55º | 0.25% | 0.74% | - |
| HSV(B) | 134.55º | 0.16% | 0.81% | - |
| XYZ | 47.65 | 56.36 | 52.08 | - |
| YUV | 193.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 181 | 0.16 | 0 | 0.12 | 0.19 | 134.55 | 0.25 | 0.74 |
| Hex | AD | CE | B5 | 10 | 0 | C | 13 | 87 | 19 | 4A |
| Octal | 255 | 316 | 265 | 20 | 0 | 14 | 23 | 207 | 31 | 112 |
| Binary | 10101101 | 11001110 | 10110101 | 10000 | 0 | 1100 | 10011 | 10000111 | 11001 | 1001010 |
Color Harmonies of #ADCEB5
Complementary color
Monochromatic Colors of #ADCEB5
Black with #ADCEB5
Text Example
Text Example
White with #ADCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEB5; }
p { color: rgb(173,206,181); }
H1.HeaderClassName
{
color: #ADCEB5;
}
.AnyTagClassName
{
color: #ADCEB5;
}
</style>
background-color css
<style>
a { background-color: #ADCEB5; }
a { background-color: rgb(173,206,181); }
div.DivClassName
{
background-color: #ADCEB5;
}
.BgClassName
{
background-color: #ADCEB5;
}
</style>
border-color css
<style>
span { border-color: #ADCEB5; }
span { border-color: rgb(173,206,181); }
td.TdClassName
{
border-color: #ADCEB5;
}
.TagClassName
{
border-color: #ADCEB5;
}
</style>