Shades of Jungle Mist #AAC9CB
Tints of Jungle Mist #AAC9CB
RGB
CMYK
RGB Variations
Color information
#AAC9CB (or 0xAAC9CB) is known color: Jungle Mist. HEX triplet: AA, C9 and CB. RGB value is (170,201,203). Sum of RGB (Red+Green+Blue) = 170+201+203=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9CB is #553634. Grayscale: #BFBFBF. Windows color (decimal): -5584437 or 13355434. OLE color: 13355434.
HSL color Cylindrical-coordinate representation of color #AAC9CB: hue angle of 183.64º 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 #AAC9CB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 201 | 203 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.20 |
| HSL | 183.64º | 0.24% | 0.73% | - |
| HSV(B) | 183.64º | 0.16% | 0.8% | - |
| XYZ | 48.24 | 54.63 | 64.5 | - |
| YUV | 191.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 203 | 0.16 | 0.01 | 0 | 0.20 | 183.64 | 0.24 | 0.73 |
| Hex | AA | C9 | CB | 10 | 1 | 0 | 14 | B8 | 18 | 49 |
| Octal | 252 | 311 | 313 | 20 | 1 | 0 | 24 | 270 | 30 | 111 |
| Binary | 10101010 | 11001001 | 11001011 | 10000 | 1 | 0 | 10100 | 10111000 | 11000 | 1001001 |
Color Harmonies of #AAC9CB
Complementary color
Monochromatic Colors of #AAC9CB
Black with #AAC9CB
Text Example
Text Example
White with #AAC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9CB; }
p { color: rgb(170,201,203); }
H1.HeaderClassName
{
color: #AAC9CB;
}
.AnyTagClassName
{
color: #AAC9CB;
}
</style>
background-color css
<style>
a { background-color: #AAC9CB; }
a { background-color: rgb(170,201,203); }
div.DivClassName
{
background-color: #AAC9CB;
}
.BgClassName
{
background-color: #AAC9CB;
}
</style>
border-color css
<style>
span { border-color: #AAC9CB; }
span { border-color: rgb(170,201,203); }
td.TdClassName
{
border-color: #AAC9CB;
}
.TagClassName
{
border-color: #AAC9CB;
}
</style>