Shades of Gum Leaf #ADCEB0
Tints of Gum Leaf #ADCEB0
RGB
CMYK
RGB Variations
Color information
#ADCEB0 (or 0xADCEB0) is known color: Gum Leaf. HEX triplet: AD, CE and B0. RGB value is (173,206,176). Sum of RGB (Red+Green+Blue) = 173+206+176=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEB0 is #52314F. Grayscale: #C0C0C0. Windows color (decimal): -5386576 or 11587245. OLE color: 11587245.
HSL color Cylindrical-coordinate representation of color #ADCEB0: hue angle of 125.45º 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 #ADCEB0 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
RGB | 173 | 206 | 176 | - |
CMYK | 0.16 | 0 | 0.15 | 0.19 |
HSL | 125.45º | 0.25% | 0.74% | - |
HSV(B) | 125.45º | 0.16% | 0.81% | - |
XYZ | 47.14 | 56.16 | 49.43 | - |
YUV | 192.71 | 118.57 | 113.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 206 | 176 | 0.16 | 0 | 0.15 | 0.19 | 125.45 | 0.25 | 0.74 |
Hex | AD | CE | B0 | 10 | 0 | F | 13 | 7D | 19 | 4A |
Octal | 255 | 316 | 260 | 20 | 0 | 17 | 23 | 175 | 31 | 112 |
Binary | 10101101 | 11001110 | 10110000 | 10000 | 0 | 1111 | 10011 | 1111101 | 11001 | 1001010 |
Color Harmonies of #ADCEB0
Complementary color
Monochromatic Colors of #ADCEB0
Black with #ADCEB0
Text Example
Text Example
White with #ADCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEB0; }
p { color: rgb(173,206,176); }
H1.HeaderClassName
{
color: #ADCEB0;
}
.AnyTagClassName
{
color: #ADCEB0;
}
</style>
background-color css
<style>
a { background-color: #ADCEB0; }
a { background-color: rgb(173,206,176); }
div.DivClassName
{
background-color: #ADCEB0;
}
.BgClassName
{
background-color: #ADCEB0;
}
</style>
border-color css
<style>
span { border-color: #ADCEB0; }
span { border-color: rgb(173,206,176); }
td.TdClassName
{
border-color: #ADCEB0;
}
.TagClassName
{
border-color: #ADCEB0;
}
</style>