Shades of Gum Leaf #ACD7B7
Tints of Gum Leaf #ACD7B7
RGB
CMYK
RGB Variations
Color information
#ACD7B7 (or 0xACD7B7) is known color: Gum Leaf. HEX triplet: AC, D7 and B7. RGB value is (172,215,183). Sum of RGB (Red+Green+Blue) = 172+215+183=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7B7 is #532848. Grayscale: #C6C6C6. Windows color (decimal): -5449801 or 12048300. OLE color: 12048300.
HSL color Cylindrical-coordinate representation of color #ACD7B7: hue angle of 135.35º 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 #ACD7B7 is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 183 | - |
| CMYK | 0.2 | 0 | 0.15 | 0.16 |
| HSL | 135.35º | 0.35% | 0.76% | - |
| HSV(B) | 135.35º | 0.2% | 0.84% | - |
| XYZ | 49.86 | 60.79 | 53.91 | - |
| YUV | 198.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 183 | 0.2 | 0 | 0.15 | 0.16 | 135.35 | 0.35 | 0.76 |
| Hex | AC | D7 | B7 | 14 | 0 | F | 10 | 87 | 23 | 4C |
| Octal | 254 | 327 | 267 | 24 | 0 | 17 | 20 | 207 | 43 | 114 |
| Binary | 10101100 | 11010111 | 10110111 | 10100 | 0 | 1111 | 10000 | 10000111 | 100011 | 1001100 |
Color Harmonies of #ACD7B7
Complementary color
Monochromatic Colors of #ACD7B7
Black with #ACD7B7
Text Example
Text Example
White with #ACD7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7B7; }
p { color: rgb(172,215,183); }
H1.HeaderClassName
{
color: #ACD7B7;
}
.AnyTagClassName
{
color: #ACD7B7;
}
</style>
background-color css
<style>
a { background-color: #ACD7B7; }
a { background-color: rgb(172,215,183); }
div.DivClassName
{
background-color: #ACD7B7;
}
.BgClassName
{
background-color: #ACD7B7;
}
</style>
border-color css
<style>
span { border-color: #ACD7B7; }
span { border-color: rgb(172,215,183); }
td.TdClassName
{
border-color: #ACD7B7;
}
.TagClassName
{
border-color: #ACD7B7;
}
</style>