Shades of Jungle Mist #AAC7CA
Tints of Jungle Mist #AAC7CA
RGB
CMYK
RGB Variations
Color information
#AAC7CA (or 0xAAC7CA) is known color: Jungle Mist. HEX triplet: AA, C7 and CA. RGB value is (170,199,202). Sum of RGB (Red+Green+Blue) = 170+199+202=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAC7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7CA is #553835. Grayscale: #BEBEBE. Windows color (decimal): -5584950 or 13289386. OLE color: 13289386.
HSL color Cylindrical-coordinate representation of color #AAC7CA: hue angle of 185.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC7CA is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 199 | 202 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.21 |
| HSL | 185.63º | 0.23% | 0.73% | - |
| HSV(B) | 185.63º | 0.16% | 0.79% | - |
| XYZ | 47.66 | 53.66 | 63.72 | - |
| YUV | 190.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 202 | 0.16 | 0.01 | 0 | 0.21 | 185.63 | 0.23 | 0.73 |
| Hex | AA | C7 | CA | 10 | 1 | 0 | 15 | BA | 17 | 49 |
| Octal | 252 | 307 | 312 | 20 | 1 | 0 | 25 | 272 | 27 | 111 |
| Binary | 10101010 | 11000111 | 11001010 | 10000 | 1 | 0 | 10101 | 10111010 | 10111 | 1001001 |
Color Harmonies of #AAC7CA
Complementary color
Monochromatic Colors of #AAC7CA
Black with #AAC7CA
Text Example
Text Example
White with #AAC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7CA; }
p { color: rgb(170,199,202); }
H1.HeaderClassName
{
color: #AAC7CA;
}
.AnyTagClassName
{
color: #AAC7CA;
}
</style>
background-color css
<style>
a { background-color: #AAC7CA; }
a { background-color: rgb(170,199,202); }
div.DivClassName
{
background-color: #AAC7CA;
}
.BgClassName
{
background-color: #AAC7CA;
}
</style>
border-color css
<style>
span { border-color: #AAC7CA; }
span { border-color: rgb(170,199,202); }
td.TdClassName
{
border-color: #AAC7CA;
}
.TagClassName
{
border-color: #AAC7CA;
}
</style>