Shades of Jungle Mist #ACCCCC
Tints of Jungle Mist #ACCCCC
RGB
CMYK
RGB Variations
Color information
#ACCCCC (or 0xACCCCC) is known color: Jungle Mist. HEX triplet: AC, CC and CC. RGB value is (172,204,204). Sum of RGB (Red+Green+Blue) = 172+204+204=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #ACCCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCCC is #533333. Grayscale: #C2C2C2. Windows color (decimal): -5452596 or 13421740. OLE color: 13421740.
HSL color Cylindrical-coordinate representation of color #ACCCCC: hue angle of 180º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCCCC is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 204 | - |
| CMYK | 0.16 | 0 | 0 | 0.2 |
| HSL | 180º | 0.24% | 0.74% | - |
| HSV(B) | 180º | 0.16% | 0.8% | - |
| XYZ | 49.51 | 56.32 | 65.39 | - |
| YUV | 194.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 204 | 0.16 | 0 | 0 | 0.2 | 180 | 0.24 | 0.74 |
| Hex | AC | CC | CC | 10 | 0 | 0 | 14 | B4 | 18 | 4A |
| Octal | 254 | 314 | 314 | 20 | 0 | 0 | 24 | 264 | 30 | 112 |
| Binary | 10101100 | 11001100 | 11001100 | 10000 | 0 | 0 | 10100 | 10110100 | 11000 | 1001010 |
Color Harmonies of #ACCCCC
Complementary color
Monochromatic Colors of #ACCCCC
Black with #ACCCCC
Text Example
Text Example
White with #ACCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCCC; }
p { color: rgb(172,204,204); }
H1.HeaderClassName
{
color: #ACCCCC;
}
.AnyTagClassName
{
color: #ACCCCC;
}
</style>
background-color css
<style>
a { background-color: #ACCCCC; }
a { background-color: rgb(172,204,204); }
div.DivClassName
{
background-color: #ACCCCC;
}
.BgClassName
{
background-color: #ACCCCC;
}
</style>
border-color css
<style>
span { border-color: #ACCCCC; }
span { border-color: rgb(172,204,204); }
td.TdClassName
{
border-color: #ACCCCC;
}
.TagClassName
{
border-color: #ACCCCC;
}
</style>