Shades of Gum Leaf #ADBEAF
Tints of Gum Leaf #ADBEAF
RGB
CMYK
RGB Variations
Color information
#ADBEAF (or 0xADBEAF) is known color: Gum Leaf. HEX triplet: AD, BE and AF. RGB value is (173,190,175). Sum of RGB (Red+Green+Blue) = 173+190+175=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEAF is #524150. Grayscale: #B7B7B7. Windows color (decimal): -5390673 or 11517613. OLE color: 11517613.
HSL color Cylindrical-coordinate representation of color #ADBEAF: hue angle of 127.06º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBEAF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 175 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.25 |
| HSL | 127.06º | 0.12% | 0.71% | - |
| HSV(B) | 127.06º | 0.09% | 0.75% | - |
| XYZ | 43.38 | 48.81 | 47.69 | - |
| YUV | 183.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 175 | 0.09 | 0 | 0.08 | 0.25 | 127.06 | 0.12 | 0.71 |
| Hex | AD | BE | AF | 9 | 0 | 8 | 19 | 7F | C | 47 |
| Octal | 255 | 276 | 257 | 11 | 0 | 10 | 31 | 177 | 14 | 107 |
| Binary | 10101101 | 10111110 | 10101111 | 1001 | 0 | 1000 | 11001 | 1111111 | 1100 | 1000111 |
Color Harmonies of #ADBEAF
Complementary color
Monochromatic Colors of #ADBEAF
Black with #ADBEAF
Text Example
Text Example
White with #ADBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEAF; }
p { color: rgb(173,190,175); }
H1.HeaderClassName
{
color: #ADBEAF;
}
.AnyTagClassName
{
color: #ADBEAF;
}
</style>
background-color css
<style>
a { background-color: #ADBEAF; }
a { background-color: rgb(173,190,175); }
div.DivClassName
{
background-color: #ADBEAF;
}
.BgClassName
{
background-color: #ADBEAF;
}
</style>
border-color css
<style>
span { border-color: #ADBEAF; }
span { border-color: rgb(173,190,175); }
td.TdClassName
{
border-color: #ADBEAF;
}
.TagClassName
{
border-color: #ADBEAF;
}
</style>