Shades of Jungle Mist #AAC0BF
Tints of Jungle Mist #AAC0BF
RGB
CMYK
RGB Variations
Color information
#AAC0BF (or 0xAAC0BF) is known color: Jungle Mist. HEX triplet: AA, C0 and BF. RGB value is (170,192,191). Sum of RGB (Red+Green+Blue) = 170+192+191=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0BF is #553F40. Grayscale: #B9B9B9. Windows color (decimal): -5586753 or 12566698. OLE color: 12566698.
HSL color Cylindrical-coordinate representation of color #AAC0BF: hue angle of 177.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0BF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 191 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.25 |
| HSL | 177.27º | 0.15% | 0.71% | - |
| HSV(B) | 177.27º | 0.11% | 0.75% | - |
| XYZ | 44.83 | 50.01 | 56.58 | - |
| YUV | 185.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 191 | 0.11 | 0 | 0.01 | 0.25 | 177.27 | 0.15 | 0.71 |
| Hex | AA | C0 | BF | B | 0 | 1 | 19 | B1 | F | 47 |
| Octal | 252 | 300 | 277 | 13 | 0 | 1 | 31 | 261 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10111111 | 1011 | 0 | 1 | 11001 | 10110001 | 1111 | 1000111 |
Color Harmonies of #AAC0BF
Complementary color
Monochromatic Colors of #AAC0BF
Black with #AAC0BF
Text Example
Text Example
White with #AAC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0BF; }
p { color: rgb(170,192,191); }
H1.HeaderClassName
{
color: #AAC0BF;
}
.AnyTagClassName
{
color: #AAC0BF;
}
</style>
background-color css
<style>
a { background-color: #AAC0BF; }
a { background-color: rgb(170,192,191); }
div.DivClassName
{
background-color: #AAC0BF;
}
.BgClassName
{
background-color: #AAC0BF;
}
</style>
border-color css
<style>
span { border-color: #AAC0BF; }
span { border-color: rgb(170,192,191); }
td.TdClassName
{
border-color: #AAC0BF;
}
.TagClassName
{
border-color: #AAC0BF;
}
</style>