Shades of Jungle Mist #AAC5CA
Tints of Jungle Mist #AAC5CA
RGB
CMYK
RGB Variations
Color information
#AAC5CA (or 0xAAC5CA) is known color: Jungle Mist. HEX triplet: AA, C5 and CA. RGB value is (170,197,202). Sum of RGB (Red+Green+Blue) = 170+197+202=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5CA is #553A35. Grayscale: #BDBDBD. Windows color (decimal): -5585462 or 13288874. OLE color: 13288874.
HSL color Cylindrical-coordinate representation of color #AAC5CA: hue angle of 189.38º 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 #AAC5CA is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 197 | 202 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.21 |
| HSL | 189.38º | 0.23% | 0.73% | - |
| HSV(B) | 189.38º | 0.16% | 0.79% | - |
| XYZ | 47.2 | 52.74 | 63.57 | - |
| YUV | 189.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 202 | 0.16 | 0.02 | 0 | 0.21 | 189.38 | 0.23 | 0.73 |
| Hex | AA | C5 | CA | 10 | 2 | 0 | 15 | BD | 17 | 49 |
| Octal | 252 | 305 | 312 | 20 | 2 | 0 | 25 | 275 | 27 | 111 |
| Binary | 10101010 | 11000101 | 11001010 | 10000 | 10 | 0 | 10101 | 10111101 | 10111 | 1001001 |
Color Harmonies of #AAC5CA
Complementary color
Monochromatic Colors of #AAC5CA
Black with #AAC5CA
Text Example
Text Example
White with #AAC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5CA; }
p { color: rgb(170,197,202); }
H1.HeaderClassName
{
color: #AAC5CA;
}
.AnyTagClassName
{
color: #AAC5CA;
}
</style>
background-color css
<style>
a { background-color: #AAC5CA; }
a { background-color: rgb(170,197,202); }
div.DivClassName
{
background-color: #AAC5CA;
}
.BgClassName
{
background-color: #AAC5CA;
}
</style>
border-color css
<style>
span { border-color: #AAC5CA; }
span { border-color: rgb(170,197,202); }
td.TdClassName
{
border-color: #AAC5CA;
}
.TagClassName
{
border-color: #AAC5CA;
}
</style>