Shades of Gum Leaf #ACD2B8
Tints of Gum Leaf #ACD2B8
RGB
CMYK
RGB Variations
Color information
#ACD2B8 (or 0xACD2B8) is known color: Gum Leaf. HEX triplet: AC, D2 and B8. RGB value is (172,210,184). Sum of RGB (Red+Green+Blue) = 172+210+184=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2B8 is #532D47. Grayscale: #C3C3C3. Windows color (decimal): -5451080 or 12112556. OLE color: 12112556.
HSL color Cylindrical-coordinate representation of color #ACD2B8: hue angle of 138.95º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2B8 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 184 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.18 |
| HSL | 138.95º | 0.3% | 0.75% | - |
| HSV(B) | 138.95º | 0.18% | 0.82% | - |
| XYZ | 48.71 | 58.32 | 54.04 | - |
| YUV | 195.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 184 | 0.18 | 0 | 0.12 | 0.18 | 138.95 | 0.3 | 0.75 |
| Hex | AC | D2 | B8 | 12 | 0 | C | 12 | 8B | 1E | 4B |
| Octal | 254 | 322 | 270 | 22 | 0 | 14 | 22 | 213 | 36 | 113 |
| Binary | 10101100 | 11010010 | 10111000 | 10010 | 0 | 1100 | 10010 | 10001011 | 11110 | 1001011 |
Color Harmonies of #ACD2B8
Complementary color
Monochromatic Colors of #ACD2B8
Black with #ACD2B8
Text Example
Text Example
White with #ACD2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2B8; }
p { color: rgb(172,210,184); }
H1.HeaderClassName
{
color: #ACD2B8;
}
.AnyTagClassName
{
color: #ACD2B8;
}
</style>
background-color css
<style>
a { background-color: #ACD2B8; }
a { background-color: rgb(172,210,184); }
div.DivClassName
{
background-color: #ACD2B8;
}
.BgClassName
{
background-color: #ACD2B8;
}
</style>
border-color css
<style>
span { border-color: #ACD2B8; }
span { border-color: rgb(172,210,184); }
td.TdClassName
{
border-color: #ACD2B8;
}
.TagClassName
{
border-color: #ACD2B8;
}
</style>