Shades of Gum Leaf #ACD4B6
Tints of Gum Leaf #ACD4B6
RGB
CMYK
RGB Variations
Color information
#ACD4B6 (or 0xACD4B6) is known color: Gum Leaf. HEX triplet: AC, D4 and B6. RGB value is (172,212,182). Sum of RGB (Red+Green+Blue) = 172+212+182=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4B6 is #532B49. Grayscale: #C4C4C4. Windows color (decimal): -5450570 or 11981996. OLE color: 11981996.
HSL color Cylindrical-coordinate representation of color #ACD4B6: hue angle of 135º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD4B6 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 182 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.17 |
| HSL | 135º | 0.32% | 0.75% | - |
| HSV(B) | 135º | 0.19% | 0.83% | - |
| XYZ | 49 | 59.24 | 53.11 | - |
| YUV | 196.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 182 | 0.19 | 0 | 0.14 | 0.17 | 135 | 0.32 | 0.75 |
| Hex | AC | D4 | B6 | 13 | 0 | E | 11 | 87 | 20 | 4B |
| Octal | 254 | 324 | 266 | 23 | 0 | 16 | 21 | 207 | 40 | 113 |
| Binary | 10101100 | 11010100 | 10110110 | 10011 | 0 | 1110 | 10001 | 10000111 | 100000 | 1001011 |
Color Harmonies of #ACD4B6
Complementary color
Monochromatic Colors of #ACD4B6
Black with #ACD4B6
Text Example
Text Example
White with #ACD4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4B6; }
p { color: rgb(172,212,182); }
H1.HeaderClassName
{
color: #ACD4B6;
}
.AnyTagClassName
{
color: #ACD4B6;
}
</style>
background-color css
<style>
a { background-color: #ACD4B6; }
a { background-color: rgb(172,212,182); }
div.DivClassName
{
background-color: #ACD4B6;
}
.BgClassName
{
background-color: #ACD4B6;
}
</style>
border-color css
<style>
span { border-color: #ACD4B6; }
span { border-color: rgb(172,212,182); }
td.TdClassName
{
border-color: #ACD4B6;
}
.TagClassName
{
border-color: #ACD4B6;
}
</style>