Shades of Gum Leaf #ACD0B5
Tints of Gum Leaf #ACD0B5
RGB
CMYK
RGB Variations
Color information
#ACD0B5 (or 0xACD0B5) is known color: Gum Leaf. HEX triplet: AC, D0 and B5. RGB value is (172,208,181). Sum of RGB (Red+Green+Blue) = 172+208+181=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0B5 is #532F4A. Grayscale: #C2C2C2. Windows color (decimal): -5451595 or 11915436. OLE color: 11915436.
HSL color Cylindrical-coordinate representation of color #ACD0B5: hue angle of 135º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0B5 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 181 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.18 |
| HSL | 135º | 0.28% | 0.75% | - |
| HSV(B) | 135º | 0.17% | 0.82% | - |
| XYZ | 47.91 | 57.22 | 52.24 | - |
| YUV | 194.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 181 | 0.17 | 0 | 0.13 | 0.18 | 135 | 0.28 | 0.75 |
| Hex | AC | D0 | B5 | 11 | 0 | D | 12 | 87 | 1C | 4B |
| Octal | 254 | 320 | 265 | 21 | 0 | 15 | 22 | 207 | 34 | 113 |
| Binary | 10101100 | 11010000 | 10110101 | 10001 | 0 | 1101 | 10010 | 10000111 | 11100 | 1001011 |
Color Harmonies of #ACD0B5
Complementary color
Monochromatic Colors of #ACD0B5
Black with #ACD0B5
Text Example
Text Example
White with #ACD0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0B5; }
p { color: rgb(172,208,181); }
H1.HeaderClassName
{
color: #ACD0B5;
}
.AnyTagClassName
{
color: #ACD0B5;
}
</style>
background-color css
<style>
a { background-color: #ACD0B5; }
a { background-color: rgb(172,208,181); }
div.DivClassName
{
background-color: #ACD0B5;
}
.BgClassName
{
background-color: #ACD0B5;
}
</style>
border-color css
<style>
span { border-color: #ACD0B5; }
span { border-color: rgb(172,208,181); }
td.TdClassName
{
border-color: #ACD0B5;
}
.TagClassName
{
border-color: #ACD0B5;
}
</style>