Shades of Jungle Mist #ACC6C6
Tints of Jungle Mist #ACC6C6
RGB
CMYK
RGB Variations
Color information
#ACC6C6 (or 0xACC6C6) is known color: Jungle Mist. HEX triplet: AC, C6 and C6. RGB value is (172,198,198). Sum of RGB (Red+Green+Blue) = 172+198+198=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 198 - color contains mainly: green, blue. Hex color #ACC6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6C6 is #533939. Grayscale: #BEBEBE. Windows color (decimal): -5454138 or 13026988. OLE color: 13026988.
HSL color Cylindrical-coordinate representation of color #ACC6C6: hue angle of 180º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6C6 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 198 | - |
| CMYK | 0.13 | 0 | 0 | 0.22 |
| HSL | 180º | 0.19% | 0.73% | - |
| HSV(B) | 180º | 0.13% | 0.78% | - |
| XYZ | 47.4 | 53.24 | 61.2 | - |
| YUV | 190.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 198 | 0.13 | 0 | 0 | 0.22 | 180 | 0.19 | 0.73 |
| Hex | AC | C6 | C6 | D | 0 | 0 | 16 | B4 | 13 | 49 |
| Octal | 254 | 306 | 306 | 15 | 0 | 0 | 26 | 264 | 23 | 111 |
| Binary | 10101100 | 11000110 | 11000110 | 1101 | 0 | 0 | 10110 | 10110100 | 10011 | 1001001 |
Color Harmonies of #ACC6C6
Complementary color
Monochromatic Colors of #ACC6C6
Black with #ACC6C6
Text Example
Text Example
White with #ACC6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6C6; }
p { color: rgb(172,198,198); }
H1.HeaderClassName
{
color: #ACC6C6;
}
.AnyTagClassName
{
color: #ACC6C6;
}
</style>
background-color css
<style>
a { background-color: #ACC6C6; }
a { background-color: rgb(172,198,198); }
div.DivClassName
{
background-color: #ACC6C6;
}
.BgClassName
{
background-color: #ACC6C6;
}
</style>
border-color css
<style>
span { border-color: #ACC6C6; }
span { border-color: rgb(172,198,198); }
td.TdClassName
{
border-color: #ACC6C6;
}
.TagClassName
{
border-color: #ACC6C6;
}
</style>