Shades of Gum Leaf #ADCCB5
Tints of Gum Leaf #ADCCB5
RGB
CMYK
RGB Variations
Color information
#ADCCB5 (or 0xADCCB5) is known color: Gum Leaf. HEX triplet: AD, CC and B5. RGB value is (173,204,181). Sum of RGB (Red+Green+Blue) = 173+204+181=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCB5 is #52334A. Grayscale: #C0C0C0. Windows color (decimal): -5387083 or 11914413. OLE color: 11914413.
HSL color Cylindrical-coordinate representation of color #ADCCB5: hue angle of 135.48º 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 #ADCCB5 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 181 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.2 |
| HSL | 135.48º | 0.23% | 0.74% | - |
| HSV(B) | 135.48º | 0.15% | 0.8% | - |
| XYZ | 47.17 | 55.41 | 51.92 | - |
| YUV | 192.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 181 | 0.15 | 0 | 0.11 | 0.2 | 135.48 | 0.23 | 0.74 |
| Hex | AD | CC | B5 | F | 0 | B | 14 | 87 | 17 | 4A |
| Octal | 255 | 314 | 265 | 17 | 0 | 13 | 24 | 207 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10110101 | 1111 | 0 | 1011 | 10100 | 10000111 | 10111 | 1001010 |
Color Harmonies of #ADCCB5
Complementary color
Monochromatic Colors of #ADCCB5
Black with #ADCCB5
Text Example
Text Example
White with #ADCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCB5; }
p { color: rgb(173,204,181); }
H1.HeaderClassName
{
color: #ADCCB5;
}
.AnyTagClassName
{
color: #ADCCB5;
}
</style>
background-color css
<style>
a { background-color: #ADCCB5; }
a { background-color: rgb(173,204,181); }
div.DivClassName
{
background-color: #ADCCB5;
}
.BgClassName
{
background-color: #ADCCB5;
}
</style>
border-color css
<style>
span { border-color: #ADCCB5; }
span { border-color: rgb(173,204,181); }
td.TdClassName
{
border-color: #ADCCB5;
}
.TagClassName
{
border-color: #ADCCB5;
}
</style>