Shades of Gum Leaf #ADCCB8
Tints of Gum Leaf #ADCCB8
RGB
CMYK
RGB Variations
Color information
#ADCCB8 (or 0xADCCB8) is known color: Gum Leaf. HEX triplet: AD, CC and B8. RGB value is (173,204,184). Sum of RGB (Red+Green+Blue) = 173+204+184=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCB8 is #523347. Grayscale: #C0C0C0. Windows color (decimal): -5387080 or 12111021. OLE color: 12111021.
HSL color Cylindrical-coordinate representation of color #ADCCB8: hue angle of 141.29º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCB8 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 184 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.2 |
| HSL | 141.29º | 0.23% | 0.74% | - |
| HSV(B) | 141.29º | 0.15% | 0.8% | - |
| XYZ | 47.48 | 55.53 | 53.56 | - |
| YUV | 192.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 184 | 0.15 | 0 | 0.10 | 0.2 | 141.29 | 0.23 | 0.74 |
| Hex | AD | CC | B8 | F | 0 | A | 14 | 8D | 17 | 4A |
| Octal | 255 | 314 | 270 | 17 | 0 | 12 | 24 | 215 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10111000 | 1111 | 0 | 1010 | 10100 | 10001101 | 10111 | 1001010 |
Color Harmonies of #ADCCB8
Complementary color
Monochromatic Colors of #ADCCB8
Black with #ADCCB8
Text Example
Text Example
White with #ADCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCB8; }
p { color: rgb(173,204,184); }
H1.HeaderClassName
{
color: #ADCCB8;
}
.AnyTagClassName
{
color: #ADCCB8;
}
</style>
background-color css
<style>
a { background-color: #ADCCB8; }
a { background-color: rgb(173,204,184); }
div.DivClassName
{
background-color: #ADCCB8;
}
.BgClassName
{
background-color: #ADCCB8;
}
</style>
border-color css
<style>
span { border-color: #ADCCB8; }
span { border-color: rgb(173,204,184); }
td.TdClassName
{
border-color: #ADCCB8;
}
.TagClassName
{
border-color: #ADCCB8;
}
</style>