Shades of Gum Leaf #ACC7B3
Tints of Gum Leaf #ACC7B3
RGB
CMYK
RGB Variations
Color information
#ACC7B3 (or 0xACC7B3) is known color: Gum Leaf. HEX triplet: AC, C7 and B3. RGB value is (172,199,179). Sum of RGB (Red+Green+Blue) = 172+199+179=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7B3 is #53384C. Grayscale: #BCBCBC. Windows color (decimal): -5453901 or 11782060. OLE color: 11782060.
HSL color Cylindrical-coordinate representation of color #ACC7B3: hue angle of 135.56º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC7B3 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 179 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.22 |
| HSL | 135.56º | 0.19% | 0.73% | - |
| HSV(B) | 135.56º | 0.14% | 0.78% | - |
| XYZ | 45.57 | 52.87 | 50.45 | - |
| YUV | 188.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 179 | 0.14 | 0 | 0.10 | 0.22 | 135.56 | 0.19 | 0.73 |
| Hex | AC | C7 | B3 | E | 0 | A | 16 | 88 | 13 | 49 |
| Octal | 254 | 307 | 263 | 16 | 0 | 12 | 26 | 210 | 23 | 111 |
| Binary | 10101100 | 11000111 | 10110011 | 1110 | 0 | 1010 | 10110 | 10001000 | 10011 | 1001001 |
Color Harmonies of #ACC7B3
Complementary color
Monochromatic Colors of #ACC7B3
Black with #ACC7B3
Text Example
Text Example
White with #ACC7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7B3; }
p { color: rgb(172,199,179); }
H1.HeaderClassName
{
color: #ACC7B3;
}
.AnyTagClassName
{
color: #ACC7B3;
}
</style>
background-color css
<style>
a { background-color: #ACC7B3; }
a { background-color: rgb(172,199,179); }
div.DivClassName
{
background-color: #ACC7B3;
}
.BgClassName
{
background-color: #ACC7B3;
}
</style>
border-color css
<style>
span { border-color: #ACC7B3; }
span { border-color: rgb(172,199,179); }
td.TdClassName
{
border-color: #ACC7B3;
}
.TagClassName
{
border-color: #ACC7B3;
}
</style>