Shades of Jungle Mist #AAC8CB
Tints of Jungle Mist #AAC8CB
RGB
CMYK
RGB Variations
Color information
#AAC8CB (or 0xAAC8CB) is known color: Jungle Mist. HEX triplet: AA, C8 and CB. RGB value is (170,200,203). Sum of RGB (Red+Green+Blue) = 170+200+203=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8CB is #553734. Grayscale: #BFBFBF. Windows color (decimal): -5584693 or 13355178. OLE color: 13355178.
HSL color Cylindrical-coordinate representation of color #AAC8CB: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC8CB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 200 | 203 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.20 |
| HSL | 185.45º | 0.24% | 0.73% | - |
| HSV(B) | 185.45º | 0.16% | 0.8% | - |
| XYZ | 48.01 | 54.17 | 64.42 | - |
| YUV | 191.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 203 | 0.16 | 0.01 | 0 | 0.20 | 185.45 | 0.24 | 0.73 |
| Hex | AA | C8 | CB | 10 | 1 | 0 | 14 | B9 | 18 | 49 |
| Octal | 252 | 310 | 313 | 20 | 1 | 0 | 24 | 271 | 30 | 111 |
| Binary | 10101010 | 11001000 | 11001011 | 10000 | 1 | 0 | 10100 | 10111001 | 11000 | 1001001 |
Color Harmonies of #AAC8CB
Complementary color
Monochromatic Colors of #AAC8CB
Black with #AAC8CB
Text Example
Text Example
White with #AAC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8CB; }
p { color: rgb(170,200,203); }
H1.HeaderClassName
{
color: #AAC8CB;
}
.AnyTagClassName
{
color: #AAC8CB;
}
</style>
background-color css
<style>
a { background-color: #AAC8CB; }
a { background-color: rgb(170,200,203); }
div.DivClassName
{
background-color: #AAC8CB;
}
.BgClassName
{
background-color: #AAC8CB;
}
</style>
border-color css
<style>
span { border-color: #AAC8CB; }
span { border-color: rgb(170,200,203); }
td.TdClassName
{
border-color: #AAC8CB;
}
.TagClassName
{
border-color: #AAC8CB;
}
</style>