Shades of Jungle Mist #ACC8CC
Tints of Jungle Mist #ACC8CC
RGB
CMYK
RGB Variations
Color information
#ACC8CC (or 0xACC8CC) is known color: Jungle Mist. HEX triplet: AC, C8 and CC. RGB value is (172,200,204). Sum of RGB (Red+Green+Blue) = 172+200+204=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8CC is #533733. Grayscale: #C0C0C0. Windows color (decimal): -5453620 or 13420716. OLE color: 13420716.
HSL color Cylindrical-coordinate representation of color #ACC8CC: hue angle of 187.5º 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 #ACC8CC is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 200 | 204 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.2 |
| HSL | 187.5º | 0.24% | 0.74% | - |
| HSV(B) | 187.5º | 0.16% | 0.8% | - |
| XYZ | 48.57 | 54.44 | 65.07 | - |
| YUV | 192.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 204 | 0.16 | 0.02 | 0 | 0.2 | 187.5 | 0.24 | 0.74 |
| Hex | AC | C8 | CC | 10 | 2 | 0 | 14 | BC | 18 | 4A |
| Octal | 254 | 310 | 314 | 20 | 2 | 0 | 24 | 274 | 30 | 112 |
| Binary | 10101100 | 11001000 | 11001100 | 10000 | 10 | 0 | 10100 | 10111100 | 11000 | 1001010 |
Color Harmonies of #ACC8CC
Complementary color
Monochromatic Colors of #ACC8CC
Black with #ACC8CC
Text Example
Text Example
White with #ACC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8CC; }
p { color: rgb(172,200,204); }
H1.HeaderClassName
{
color: #ACC8CC;
}
.AnyTagClassName
{
color: #ACC8CC;
}
</style>
background-color css
<style>
a { background-color: #ACC8CC; }
a { background-color: rgb(172,200,204); }
div.DivClassName
{
background-color: #ACC8CC;
}
.BgClassName
{
background-color: #ACC8CC;
}
</style>
border-color css
<style>
span { border-color: #ACC8CC; }
span { border-color: rgb(172,200,204); }
td.TdClassName
{
border-color: #ACC8CC;
}
.TagClassName
{
border-color: #ACC8CC;
}
</style>