Shades of Jungle Mist #ACC0BE
Tints of Jungle Mist #ACC0BE
RGB
CMYK
RGB Variations
Color information
#ACC0BE (or 0xACC0BE) is known color: Jungle Mist. HEX triplet: AC, C0 and BE. RGB value is (172,192,190). Sum of RGB (Red+Green+Blue) = 172+192+190=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0BE is #533F41. Grayscale: #B9B9B9. Windows color (decimal): -5455682 or 12501164. OLE color: 12501164.
HSL color Cylindrical-coordinate representation of color #ACC0BE: hue angle of 174º 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 #ACC0BE is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 190 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.25 |
| HSL | 174º | 0.14% | 0.71% | - |
| HSV(B) | 174º | 0.1% | 0.75% | - |
| XYZ | 45.16 | 50.19 | 56.02 | - |
| YUV | 185.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 190 | 0.10 | 0 | 0.01 | 0.25 | 174 | 0.14 | 0.71 |
| Hex | AC | C0 | BE | A | 0 | 1 | 19 | AE | E | 47 |
| Octal | 254 | 300 | 276 | 12 | 0 | 1 | 31 | 256 | 16 | 107 |
| Binary | 10101100 | 11000000 | 10111110 | 1010 | 0 | 1 | 11001 | 10101110 | 1110 | 1000111 |
Color Harmonies of #ACC0BE
Complementary color
Monochromatic Colors of #ACC0BE
Black with #ACC0BE
Text Example
Text Example
White with #ACC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0BE; }
p { color: rgb(172,192,190); }
H1.HeaderClassName
{
color: #ACC0BE;
}
.AnyTagClassName
{
color: #ACC0BE;
}
</style>
background-color css
<style>
a { background-color: #ACC0BE; }
a { background-color: rgb(172,192,190); }
div.DivClassName
{
background-color: #ACC0BE;
}
.BgClassName
{
background-color: #ACC0BE;
}
</style>
border-color css
<style>
span { border-color: #ACC0BE; }
span { border-color: rgb(172,192,190); }
td.TdClassName
{
border-color: #ACC0BE;
}
.TagClassName
{
border-color: #ACC0BE;
}
</style>