Shades of Jungle Mist #ACC9CC
Tints of Jungle Mist #ACC9CC
RGB
CMYK
RGB Variations
Color information
#ACC9CC (or 0xACC9CC) is known color: Jungle Mist. HEX triplet: AC, C9 and CC. RGB value is (172,201,204). Sum of RGB (Red+Green+Blue) = 172+201+204=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9CC is #533633. Grayscale: #C0C0C0. Windows color (decimal): -5453364 or 13420972. OLE color: 13420972.
HSL color Cylindrical-coordinate representation of color #ACC9CC: hue angle of 185.62º 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 #ACC9CC is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 201 | 204 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.2 |
| HSL | 185.63º | 0.24% | 0.74% | - |
| HSV(B) | 185.63º | 0.16% | 0.8% | - |
| XYZ | 48.8 | 54.9 | 65.15 | - |
| YUV | 192.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 204 | 0.16 | 0.01 | 0 | 0.2 | 185.63 | 0.24 | 0.74 |
| Hex | AC | C9 | CC | 10 | 1 | 0 | 14 | BA | 18 | 4A |
| Octal | 254 | 311 | 314 | 20 | 1 | 0 | 24 | 272 | 30 | 112 |
| Binary | 10101100 | 11001001 | 11001100 | 10000 | 1 | 0 | 10100 | 10111010 | 11000 | 1001010 |
Color Harmonies of #ACC9CC
Complementary color
Monochromatic Colors of #ACC9CC
Black with #ACC9CC
Text Example
Text Example
White with #ACC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9CC; }
p { color: rgb(172,201,204); }
H1.HeaderClassName
{
color: #ACC9CC;
}
.AnyTagClassName
{
color: #ACC9CC;
}
</style>
background-color css
<style>
a { background-color: #ACC9CC; }
a { background-color: rgb(172,201,204); }
div.DivClassName
{
background-color: #ACC9CC;
}
.BgClassName
{
background-color: #ACC9CC;
}
</style>
border-color css
<style>
span { border-color: #ACC9CC; }
span { border-color: rgb(172,201,204); }
td.TdClassName
{
border-color: #ACC9CC;
}
.TagClassName
{
border-color: #ACC9CC;
}
</style>