Shades of Jungle Mist #ACC8C7
Tints of Jungle Mist #ACC8C7
RGB
CMYK
RGB Variations
Color information
#ACC8C7 (or 0xACC8C7) is known color: Jungle Mist. HEX triplet: AC, C8 and C7. RGB value is (172,200,199). Sum of RGB (Red+Green+Blue) = 172+200+199=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8C7 is #533738. Grayscale: #BFBFBF. Windows color (decimal): -5453625 or 13093036. OLE color: 13093036.
HSL color Cylindrical-coordinate representation of color #ACC8C7: hue angle of 177.86º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC8C7 is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 199 | - |
| CMYK | 0.14 | 0 | 0.00 | 0.22 |
| HSL | 177.86º | 0.2% | 0.73% | - |
| HSV(B) | 177.86º | 0.14% | 0.78% | - |
| XYZ | 47.98 | 54.2 | 61.97 | - |
| YUV | 191.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 199 | 0.14 | 0 | 0.00 | 0.22 | 177.86 | 0.2 | 0.73 |
| Hex | AC | C8 | C7 | E | 0 | 0 | 16 | B2 | 14 | 49 |
| Octal | 254 | 310 | 307 | 16 | 0 | 0 | 26 | 262 | 24 | 111 |
| Binary | 10101100 | 11001000 | 11000111 | 1110 | 0 | 0 | 10110 | 10110010 | 10100 | 1001001 |
Color Harmonies of #ACC8C7
Complementary color
Monochromatic Colors of #ACC8C7
Black with #ACC8C7
Text Example
Text Example
White with #ACC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8C7; }
p { color: rgb(172,200,199); }
H1.HeaderClassName
{
color: #ACC8C7;
}
.AnyTagClassName
{
color: #ACC8C7;
}
</style>
background-color css
<style>
a { background-color: #ACC8C7; }
a { background-color: rgb(172,200,199); }
div.DivClassName
{
background-color: #ACC8C7;
}
.BgClassName
{
background-color: #ACC8C7;
}
</style>
border-color css
<style>
span { border-color: #ACC8C7; }
span { border-color: rgb(172,200,199); }
td.TdClassName
{
border-color: #ACC8C7;
}
.TagClassName
{
border-color: #ACC8C7;
}
</style>