Shades of Jungle Mist #ACC0BF
Tints of Jungle Mist #ACC0BF
RGB
CMYK
RGB Variations
Color information
#ACC0BF (or 0xACC0BF) is known color: Jungle Mist. HEX triplet: AC, C0 and BF. RGB value is (172,192,191). Sum of RGB (Red+Green+Blue) = 172+192+191=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0BF is #533F40. Grayscale: #B9B9B9. Windows color (decimal): -5455681 or 12566700. OLE color: 12566700.
HSL color Cylindrical-coordinate representation of color #ACC0BF: hue angle of 177º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0BF is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 191 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.25 |
| HSL | 177º | 0.14% | 0.71% | - |
| HSV(B) | 177º | 0.1% | 0.75% | - |
| XYZ | 45.27 | 50.23 | 56.6 | - |
| YUV | 185.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 191 | 0.10 | 0 | 0.01 | 0.25 | 177 | 0.14 | 0.71 |
| Hex | AC | C0 | BF | A | 0 | 1 | 19 | B1 | E | 47 |
| Octal | 254 | 300 | 277 | 12 | 0 | 1 | 31 | 261 | 16 | 107 |
| Binary | 10101100 | 11000000 | 10111111 | 1010 | 0 | 1 | 11001 | 10110001 | 1110 | 1000111 |
Color Harmonies of #ACC0BF
Complementary color
Monochromatic Colors of #ACC0BF
Black with #ACC0BF
Text Example
Text Example
White with #ACC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0BF; }
p { color: rgb(172,192,191); }
H1.HeaderClassName
{
color: #ACC0BF;
}
.AnyTagClassName
{
color: #ACC0BF;
}
</style>
background-color css
<style>
a { background-color: #ACC0BF; }
a { background-color: rgb(172,192,191); }
div.DivClassName
{
background-color: #ACC0BF;
}
.BgClassName
{
background-color: #ACC0BF;
}
</style>
border-color css
<style>
span { border-color: #ACC0BF; }
span { border-color: rgb(172,192,191); }
td.TdClassName
{
border-color: #ACC0BF;
}
.TagClassName
{
border-color: #ACC0BF;
}
</style>