Shades of Jungle Mist #AAC0C3
Tints of Jungle Mist #AAC0C3
RGB
CMYK
RGB Variations
Color information
#AAC0C3 (or 0xAAC0C3) is known color: Jungle Mist. HEX triplet: AA, C0 and C3. RGB value is (170,192,195). Sum of RGB (Red+Green+Blue) = 170+192+195=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAC0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0C3 is #553F3C. Grayscale: #B9B9B9. Windows color (decimal): -5586749 or 12828842. OLE color: 12828842.
HSL color Cylindrical-coordinate representation of color #AAC0C3: hue angle of 187.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC0C3 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 192 | 195 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.24 |
| HSL | 187.2º | 0.17% | 0.72% | - |
| HSV(B) | 187.2º | 0.13% | 0.76% | - |
| XYZ | 45.28 | 50.19 | 58.93 | - |
| YUV | 185.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 195 | 0.13 | 0.02 | 0 | 0.24 | 187.2 | 0.17 | 0.72 |
| Hex | AA | C0 | C3 | D | 2 | 0 | 18 | BB | 11 | 48 |
| Octal | 252 | 300 | 303 | 15 | 2 | 0 | 30 | 273 | 21 | 110 |
| Binary | 10101010 | 11000000 | 11000011 | 1101 | 10 | 0 | 11000 | 10111011 | 10001 | 1001000 |
Color Harmonies of #AAC0C3
Complementary color
Monochromatic Colors of #AAC0C3
Black with #AAC0C3
Text Example
Text Example
White with #AAC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0C3; }
p { color: rgb(170,192,195); }
H1.HeaderClassName
{
color: #AAC0C3;
}
.AnyTagClassName
{
color: #AAC0C3;
}
</style>
background-color css
<style>
a { background-color: #AAC0C3; }
a { background-color: rgb(170,192,195); }
div.DivClassName
{
background-color: #AAC0C3;
}
.BgClassName
{
background-color: #AAC0C3;
}
</style>
border-color css
<style>
span { border-color: #AAC0C3; }
span { border-color: rgb(170,192,195); }
td.TdClassName
{
border-color: #AAC0C3;
}
.TagClassName
{
border-color: #AAC0C3;
}
</style>