Shades of Jungle Mist #ACC2C0
Tints of Jungle Mist #ACC2C0
RGB
CMYK
RGB Variations
Color information
#ACC2C0 (or 0xACC2C0) is known color: Jungle Mist. HEX triplet: AC, C2 and C0. RGB value is (172,194,192). Sum of RGB (Red+Green+Blue) = 172+194+192=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2C0 is #533D3F. Grayscale: #BBBBBB. Windows color (decimal): -5455168 or 12632748. OLE color: 12632748.
HSL color Cylindrical-coordinate representation of color #ACC2C0: hue angle of 174.55º degrees, saturation: 0.15, 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 #ACC2C0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 192 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.24 |
| HSL | 174.55º | 0.15% | 0.72% | - |
| HSV(B) | 174.55º | 0.11% | 0.76% | - |
| XYZ | 45.82 | 51.16 | 57.33 | - |
| YUV | 187.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 192 | 0.11 | 0 | 0.01 | 0.24 | 174.55 | 0.15 | 0.72 |
| Hex | AC | C2 | C0 | B | 0 | 1 | 18 | AF | F | 48 |
| Octal | 254 | 302 | 300 | 13 | 0 | 1 | 30 | 257 | 17 | 110 |
| Binary | 10101100 | 11000010 | 11000000 | 1011 | 0 | 1 | 11000 | 10101111 | 1111 | 1001000 |
Color Harmonies of #ACC2C0
Complementary color
Monochromatic Colors of #ACC2C0
Black with #ACC2C0
Text Example
Text Example
White with #ACC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2C0; }
p { color: rgb(172,194,192); }
H1.HeaderClassName
{
color: #ACC2C0;
}
.AnyTagClassName
{
color: #ACC2C0;
}
</style>
background-color css
<style>
a { background-color: #ACC2C0; }
a { background-color: rgb(172,194,192); }
div.DivClassName
{
background-color: #ACC2C0;
}
.BgClassName
{
background-color: #ACC2C0;
}
</style>
border-color css
<style>
span { border-color: #ACC2C0; }
span { border-color: rgb(172,194,192); }
td.TdClassName
{
border-color: #ACC2C0;
}
.TagClassName
{
border-color: #ACC2C0;
}
</style>