Shades of Gum Leaf #ACD0B8
Tints of Gum Leaf #ACD0B8
RGB
CMYK
RGB Variations
Color information
#ACD0B8 (or 0xACD0B8) is known color: Gum Leaf. HEX triplet: AC, D0 and B8. RGB value is (172,208,184). Sum of RGB (Red+Green+Blue) = 172+208+184=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0B8 is #532F47. Grayscale: #C2C2C2. Windows color (decimal): -5451592 or 12112044. OLE color: 12112044.
HSL color Cylindrical-coordinate representation of color #ACD0B8: hue angle of 140º 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 #ACD0B8 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 184 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.18 |
| HSL | 140º | 0.28% | 0.75% | - |
| HSV(B) | 140º | 0.17% | 0.82% | - |
| XYZ | 48.22 | 57.34 | 53.87 | - |
| YUV | 194.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 184 | 0.17 | 0 | 0.12 | 0.18 | 140 | 0.28 | 0.75 |
| Hex | AC | D0 | B8 | 11 | 0 | C | 12 | 8C | 1C | 4B |
| Octal | 254 | 320 | 270 | 21 | 0 | 14 | 22 | 214 | 34 | 113 |
| Binary | 10101100 | 11010000 | 10111000 | 10001 | 0 | 1100 | 10010 | 10001100 | 11100 | 1001011 |
Color Harmonies of #ACD0B8
Complementary color
Monochromatic Colors of #ACD0B8
Black with #ACD0B8
Text Example
Text Example
White with #ACD0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0B8; }
p { color: rgb(172,208,184); }
H1.HeaderClassName
{
color: #ACD0B8;
}
.AnyTagClassName
{
color: #ACD0B8;
}
</style>
background-color css
<style>
a { background-color: #ACD0B8; }
a { background-color: rgb(172,208,184); }
div.DivClassName
{
background-color: #ACD0B8;
}
.BgClassName
{
background-color: #ACD0B8;
}
</style>
border-color css
<style>
span { border-color: #ACD0B8; }
span { border-color: rgb(172,208,184); }
td.TdClassName
{
border-color: #ACD0B8;
}
.TagClassName
{
border-color: #ACD0B8;
}
</style>