Shades of Gum Leaf #ACD7BA
Tints of Gum Leaf #ACD7BA
RGB
CMYK
RGB Variations
Color information
#ACD7BA (or 0xACD7BA) is known color: Gum Leaf. HEX triplet: AC, D7 and BA. RGB value is (172,215,186). Sum of RGB (Red+Green+Blue) = 172+215+186=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7BA is #532845. Grayscale: #C6C6C6. Windows color (decimal): -5449798 or 12244908. OLE color: 12244908.
HSL color Cylindrical-coordinate representation of color #ACD7BA: hue angle of 139.53º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7BA is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 186 | - |
| CMYK | 0.2 | 0 | 0.13 | 0.16 |
| HSL | 139.53º | 0.35% | 0.76% | - |
| HSV(B) | 139.53º | 0.2% | 0.84% | - |
| XYZ | 50.18 | 60.92 | 55.57 | - |
| YUV | 198.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 186 | 0.2 | 0 | 0.13 | 0.16 | 139.53 | 0.35 | 0.76 |
| Hex | AC | D7 | BA | 14 | 0 | D | 10 | 8C | 23 | 4C |
| Octal | 254 | 327 | 272 | 24 | 0 | 15 | 20 | 214 | 43 | 114 |
| Binary | 10101100 | 11010111 | 10111010 | 10100 | 0 | 1101 | 10000 | 10001100 | 100011 | 1001100 |
Color Harmonies of #ACD7BA
Complementary color
Monochromatic Colors of #ACD7BA
Black with #ACD7BA
Text Example
Text Example
White with #ACD7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7BA; }
p { color: rgb(172,215,186); }
H1.HeaderClassName
{
color: #ACD7BA;
}
.AnyTagClassName
{
color: #ACD7BA;
}
</style>
background-color css
<style>
a { background-color: #ACD7BA; }
a { background-color: rgb(172,215,186); }
div.DivClassName
{
background-color: #ACD7BA;
}
.BgClassName
{
background-color: #ACD7BA;
}
</style>
border-color css
<style>
span { border-color: #ACD7BA; }
span { border-color: rgb(172,215,186); }
td.TdClassName
{
border-color: #ACD7BA;
}
.TagClassName
{
border-color: #ACD7BA;
}
</style>