Shades of Jungle Mist #AAC8CD
Tints of Jungle Mist #AAC8CD
RGB
CMYK
RGB Variations
Color information
#AAC8CD (or 0xAAC8CD) is known color: Jungle Mist. HEX triplet: AA, C8 and CD. RGB value is (170,200,205). Sum of RGB (Red+Green+Blue) = 170+200+205=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAC8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8CD is #553732. Grayscale: #BFBFBF. Windows color (decimal): -5584691 or 13486250. OLE color: 13486250.
HSL color Cylindrical-coordinate representation of color #AAC8CD: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC8CD is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 200 | 205 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.20 |
| HSL | 188.57º | 0.26% | 0.74% | - |
| HSV(B) | 188.57º | 0.17% | 0.8% | - |
| XYZ | 48.25 | 54.26 | 65.69 | - |
| YUV | 191.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 205 | 0.17 | 0.02 | 0 | 0.20 | 188.57 | 0.26 | 0.74 |
| Hex | AA | C8 | CD | 11 | 2 | 0 | 14 | BD | 1A | 4A |
| Octal | 252 | 310 | 315 | 21 | 2 | 0 | 24 | 275 | 32 | 112 |
| Binary | 10101010 | 11001000 | 11001101 | 10001 | 10 | 0 | 10100 | 10111101 | 11010 | 1001010 |
Color Harmonies of #AAC8CD
Complementary color
Monochromatic Colors of #AAC8CD
Black with #AAC8CD
Text Example
Text Example
White with #AAC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8CD; }
p { color: rgb(170,200,205); }
H1.HeaderClassName
{
color: #AAC8CD;
}
.AnyTagClassName
{
color: #AAC8CD;
}
</style>
background-color css
<style>
a { background-color: #AAC8CD; }
a { background-color: rgb(170,200,205); }
div.DivClassName
{
background-color: #AAC8CD;
}
.BgClassName
{
background-color: #AAC8CD;
}
</style>
border-color css
<style>
span { border-color: #AAC8CD; }
span { border-color: rgb(170,200,205); }
td.TdClassName
{
border-color: #AAC8CD;
}
.TagClassName
{
border-color: #AAC8CD;
}
</style>