Shades of Jungle Mist #AACACC
Tints of Jungle Mist #AACACC
RGB
CMYK
RGB Variations
Color information
#AACACC (or 0xAACACC) is known color: Jungle Mist. HEX triplet: AA, CA and CC. RGB value is (170,202,204). Sum of RGB (Red+Green+Blue) = 170+202+204=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #AACACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACACC is #553533. Grayscale: #C0C0C0. Windows color (decimal): -5584180 or 13421226. OLE color: 13421226.
HSL color Cylindrical-coordinate representation of color #AACACC: hue angle of 183.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACACC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 202 | 204 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.2 |
| HSL | 183.53º | 0.25% | 0.73% | - |
| HSV(B) | 183.53º | 0.17% | 0.8% | - |
| XYZ | 48.6 | 55.15 | 65.21 | - |
| YUV | 192.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 204 | 0.17 | 0.01 | 0 | 0.2 | 183.53 | 0.25 | 0.73 |
| Hex | AA | CA | CC | 11 | 1 | 0 | 14 | B8 | 19 | 49 |
| Octal | 252 | 312 | 314 | 21 | 1 | 0 | 24 | 270 | 31 | 111 |
| Binary | 10101010 | 11001010 | 11001100 | 10001 | 1 | 0 | 10100 | 10111000 | 11001 | 1001001 |
Color Harmonies of #AACACC
Complementary color
Monochromatic Colors of #AACACC
Black with #AACACC
Text Example
Text Example
White with #AACACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACACC; }
p { color: rgb(170,202,204); }
H1.HeaderClassName
{
color: #AACACC;
}
.AnyTagClassName
{
color: #AACACC;
}
</style>
background-color css
<style>
a { background-color: #AACACC; }
a { background-color: rgb(170,202,204); }
div.DivClassName
{
background-color: #AACACC;
}
.BgClassName
{
background-color: #AACACC;
}
</style>
border-color css
<style>
span { border-color: #AACACC; }
span { border-color: rgb(170,202,204); }
td.TdClassName
{
border-color: #AACACC;
}
.TagClassName
{
border-color: #AACACC;
}
</style>