Shades of Gum Leaf #ACC5B5
Tints of Gum Leaf #ACC5B5
RGB
CMYK
RGB Variations
Color information
#ACC5B5 (or 0xACC5B5) is known color: Gum Leaf. HEX triplet: AC, C5 and B5. RGB value is (172,197,181). Sum of RGB (Red+Green+Blue) = 172+197+181=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5B5 is #533A4A. Grayscale: #BBBBBB. Windows color (decimal): -5454411 or 11912620. OLE color: 11912620.
HSL color Cylindrical-coordinate representation of color #ACC5B5: hue angle of 141.6º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5B5 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 181 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.23 |
| HSL | 141.6º | 0.18% | 0.72% | - |
| HSV(B) | 141.6º | 0.13% | 0.77% | - |
| XYZ | 45.32 | 52.04 | 51.37 | - |
| YUV | 187.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 181 | 0.13 | 0 | 0.08 | 0.23 | 141.6 | 0.18 | 0.72 |
| Hex | AC | C5 | B5 | D | 0 | 8 | 17 | 8E | 12 | 48 |
| Octal | 254 | 305 | 265 | 15 | 0 | 10 | 27 | 216 | 22 | 110 |
| Binary | 10101100 | 11000101 | 10110101 | 1101 | 0 | 1000 | 10111 | 10001110 | 10010 | 1001000 |
Color Harmonies of #ACC5B5
Complementary color
Monochromatic Colors of #ACC5B5
Black with #ACC5B5
Text Example
Text Example
White with #ACC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5B5; }
p { color: rgb(172,197,181); }
H1.HeaderClassName
{
color: #ACC5B5;
}
.AnyTagClassName
{
color: #ACC5B5;
}
</style>
background-color css
<style>
a { background-color: #ACC5B5; }
a { background-color: rgb(172,197,181); }
div.DivClassName
{
background-color: #ACC5B5;
}
.BgClassName
{
background-color: #ACC5B5;
}
</style>
border-color css
<style>
span { border-color: #ACC5B5; }
span { border-color: rgb(172,197,181); }
td.TdClassName
{
border-color: #ACC5B5;
}
.TagClassName
{
border-color: #ACC5B5;
}
</style>