Shades of Gum Leaf #ACC1B2
Tints of Gum Leaf #ACC1B2
RGB
CMYK
RGB Variations
Color information
#ACC1B2 (or 0xACC1B2) is known color: Gum Leaf. HEX triplet: AC, C1 and B2. RGB value is (172,193,178). Sum of RGB (Red+Green+Blue) = 172+193+178=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1B2 is #533E4D. Grayscale: #B9B9B9. Windows color (decimal): -5455438 or 11714988. OLE color: 11714988.
HSL color Cylindrical-coordinate representation of color #ACC1B2: hue angle of 137.14º 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 #ACC1B2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 178 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.24 |
| HSL | 137.14º | 0.14% | 0.72% | - |
| HSV(B) | 137.14º | 0.11% | 0.76% | - |
| XYZ | 44.12 | 50.12 | 49.47 | - |
| YUV | 185.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 178 | 0.11 | 0 | 0.08 | 0.24 | 137.14 | 0.14 | 0.72 |
| Hex | AC | C1 | B2 | B | 0 | 8 | 18 | 89 | E | 48 |
| Octal | 254 | 301 | 262 | 13 | 0 | 10 | 30 | 211 | 16 | 110 |
| Binary | 10101100 | 11000001 | 10110010 | 1011 | 0 | 1000 | 11000 | 10001001 | 1110 | 1001000 |
Color Harmonies of #ACC1B2
Complementary color
Monochromatic Colors of #ACC1B2
Black with #ACC1B2
Text Example
Text Example
White with #ACC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1B2; }
p { color: rgb(172,193,178); }
H1.HeaderClassName
{
color: #ACC1B2;
}
.AnyTagClassName
{
color: #ACC1B2;
}
</style>
background-color css
<style>
a { background-color: #ACC1B2; }
a { background-color: rgb(172,193,178); }
div.DivClassName
{
background-color: #ACC1B2;
}
.BgClassName
{
background-color: #ACC1B2;
}
</style>
border-color css
<style>
span { border-color: #ACC1B2; }
span { border-color: rgb(172,193,178); }
td.TdClassName
{
border-color: #ACC1B2;
}
.TagClassName
{
border-color: #ACC1B2;
}
</style>