Shades of Jungle Mist #ACC2C3
Tints of Jungle Mist #ACC2C3
RGB
CMYK
RGB Variations
Color information
#ACC2C3 (or 0xACC2C3) is known color: Jungle Mist. HEX triplet: AC, C2 and C3. RGB value is (172,194,195). Sum of RGB (Red+Green+Blue) = 172+194+195=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACC2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2C3 is #533D3C. Grayscale: #BBBBBB. Windows color (decimal): -5455165 or 12829356. OLE color: 12829356.
HSL color Cylindrical-coordinate representation of color #ACC2C3: hue angle of 182.61º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC2C3 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 195 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.24 |
| HSL | 182.61º | 0.16% | 0.72% | - |
| HSV(B) | 182.61º | 0.12% | 0.76% | - |
| XYZ | 46.16 | 51.29 | 59.1 | - |
| YUV | 187.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 195 | 0.12 | 0.01 | 0 | 0.24 | 182.61 | 0.16 | 0.72 |
| Hex | AC | C2 | C3 | C | 1 | 0 | 18 | B7 | 10 | 48 |
| Octal | 254 | 302 | 303 | 14 | 1 | 0 | 30 | 267 | 20 | 110 |
| Binary | 10101100 | 11000010 | 11000011 | 1100 | 1 | 0 | 11000 | 10110111 | 10000 | 1001000 |
Color Harmonies of #ACC2C3
Complementary color
Monochromatic Colors of #ACC2C3
Black with #ACC2C3
Text Example
Text Example
White with #ACC2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2C3; }
p { color: rgb(172,194,195); }
H1.HeaderClassName
{
color: #ACC2C3;
}
.AnyTagClassName
{
color: #ACC2C3;
}
</style>
background-color css
<style>
a { background-color: #ACC2C3; }
a { background-color: rgb(172,194,195); }
div.DivClassName
{
background-color: #ACC2C3;
}
.BgClassName
{
background-color: #ACC2C3;
}
</style>
border-color css
<style>
span { border-color: #ACC2C3; }
span { border-color: rgb(172,194,195); }
td.TdClassName
{
border-color: #ACC2C3;
}
.TagClassName
{
border-color: #ACC2C3;
}
</style>