Shades of Jungle Mist #AAC9CC
Tints of Jungle Mist #AAC9CC
RGB
CMYK
RGB Variations
Color information
#AAC9CC (or 0xAAC9CC) is known color: Jungle Mist. HEX triplet: AA, C9 and CC. RGB value is (170,201,204). Sum of RGB (Red+Green+Blue) = 170+201+204=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9CC is #553633. Grayscale: #C0C0C0. Windows color (decimal): -5584436 or 13420970. OLE color: 13420970.
HSL color Cylindrical-coordinate representation of color #AAC9CC: hue angle of 185.29º 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 #AAC9CC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 201 | 204 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.2 |
| HSL | 185.29º | 0.25% | 0.73% | - |
| HSV(B) | 185.29º | 0.17% | 0.8% | - |
| XYZ | 48.36 | 54.68 | 65.13 | - |
| YUV | 192.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 204 | 0.17 | 0.01 | 0 | 0.2 | 185.29 | 0.25 | 0.73 |
| Hex | AA | C9 | CC | 11 | 1 | 0 | 14 | B9 | 19 | 49 |
| Octal | 252 | 311 | 314 | 21 | 1 | 0 | 24 | 271 | 31 | 111 |
| Binary | 10101010 | 11001001 | 11001100 | 10001 | 1 | 0 | 10100 | 10111001 | 11001 | 1001001 |
Color Harmonies of #AAC9CC
Complementary color
Monochromatic Colors of #AAC9CC
Black with #AAC9CC
Text Example
Text Example
White with #AAC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9CC; }
p { color: rgb(170,201,204); }
H1.HeaderClassName
{
color: #AAC9CC;
}
.AnyTagClassName
{
color: #AAC9CC;
}
</style>
background-color css
<style>
a { background-color: #AAC9CC; }
a { background-color: rgb(170,201,204); }
div.DivClassName
{
background-color: #AAC9CC;
}
.BgClassName
{
background-color: #AAC9CC;
}
</style>
border-color css
<style>
span { border-color: #AAC9CC; }
span { border-color: rgb(170,201,204); }
td.TdClassName
{
border-color: #AAC9CC;
}
.TagClassName
{
border-color: #AAC9CC;
}
</style>