Shades of Jungle Mist #AAC5CB
Tints of Jungle Mist #AAC5CB
RGB
CMYK
RGB Variations
Color information
#AAC5CB (or 0xAAC5CB) is known color: Jungle Mist. HEX triplet: AA, C5 and CB. RGB value is (170,197,203). Sum of RGB (Red+Green+Blue) = 170+197+203=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5CB is #553A34. Grayscale: #BDBDBD. Windows color (decimal): -5585461 or 13354410. OLE color: 13354410.
HSL color Cylindrical-coordinate representation of color #AAC5CB: hue angle of 190.91º 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 #AAC5CB is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 197 | 203 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.20 |
| HSL | 190.91º | 0.24% | 0.73% | - |
| HSV(B) | 190.91º | 0.16% | 0.8% | - |
| XYZ | 47.32 | 52.79 | 64.2 | - |
| YUV | 189.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 203 | 0.16 | 0.03 | 0 | 0.20 | 190.91 | 0.24 | 0.73 |
| Hex | AA | C5 | CB | 10 | 3 | 0 | 14 | BF | 18 | 49 |
| Octal | 252 | 305 | 313 | 20 | 3 | 0 | 24 | 277 | 30 | 111 |
| Binary | 10101010 | 11000101 | 11001011 | 10000 | 11 | 0 | 10100 | 10111111 | 11000 | 1001001 |
Color Harmonies of #AAC5CB
Complementary color
Monochromatic Colors of #AAC5CB
Black with #AAC5CB
Text Example
Text Example
White with #AAC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5CB; }
p { color: rgb(170,197,203); }
H1.HeaderClassName
{
color: #AAC5CB;
}
.AnyTagClassName
{
color: #AAC5CB;
}
</style>
background-color css
<style>
a { background-color: #AAC5CB; }
a { background-color: rgb(170,197,203); }
div.DivClassName
{
background-color: #AAC5CB;
}
.BgClassName
{
background-color: #AAC5CB;
}
</style>
border-color css
<style>
span { border-color: #AAC5CB; }
span { border-color: rgb(170,197,203); }
td.TdClassName
{
border-color: #AAC5CB;
}
.TagClassName
{
border-color: #AAC5CB;
}
</style>