Shades of Gum Leaf #ACC1B0
Tints of Gum Leaf #ACC1B0
RGB
CMYK
RGB Variations
Color information
#ACC1B0 (or 0xACC1B0) is known color: Gum Leaf. HEX triplet: AC, C1 and B0. RGB value is (172,193,176). Sum of RGB (Red+Green+Blue) = 172+193+176=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1B0 is #533E4F. Grayscale: #B8B8B8. Windows color (decimal): -5455440 or 11583916. OLE color: 11583916.
HSL color Cylindrical-coordinate representation of color #ACC1B0: hue angle of 131.43º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1B0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 176 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.24 |
| HSL | 131.43º | 0.14% | 0.72% | - |
| HSV(B) | 131.43º | 0.11% | 0.76% | - |
| XYZ | 43.92 | 50.05 | 48.42 | - |
| YUV | 184.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 176 | 0.11 | 0 | 0.09 | 0.24 | 131.43 | 0.14 | 0.72 |
| Hex | AC | C1 | B0 | B | 0 | 9 | 18 | 83 | E | 48 |
| Octal | 254 | 301 | 260 | 13 | 0 | 11 | 30 | 203 | 16 | 110 |
| Binary | 10101100 | 11000001 | 10110000 | 1011 | 0 | 1001 | 11000 | 10000011 | 1110 | 1001000 |
Color Harmonies of #ACC1B0
Complementary color
Monochromatic Colors of #ACC1B0
Black with #ACC1B0
Text Example
Text Example
White with #ACC1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1B0; }
p { color: rgb(172,193,176); }
H1.HeaderClassName
{
color: #ACC1B0;
}
.AnyTagClassName
{
color: #ACC1B0;
}
</style>
background-color css
<style>
a { background-color: #ACC1B0; }
a { background-color: rgb(172,193,176); }
div.DivClassName
{
background-color: #ACC1B0;
}
.BgClassName
{
background-color: #ACC1B0;
}
</style>
border-color css
<style>
span { border-color: #ACC1B0; }
span { border-color: rgb(172,193,176); }
td.TdClassName
{
border-color: #ACC1B0;
}
.TagClassName
{
border-color: #ACC1B0;
}
</style>