Shades of Jungle Mist #AAC3C3
Tints of Jungle Mist #AAC3C3
RGB
CMYK
RGB Variations
Color information
#AAC3C3 (or 0xAAC3C3) is known color: Jungle Mist. HEX triplet: AA, C3 and C3. RGB value is (170,195,195). Sum of RGB (Red+Green+Blue) = 170+195+195=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: green, blue. Hex color #AAC3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3C3 is #553C3C. Grayscale: #BBBBBB. Windows color (decimal): -5585981 or 12829610. OLE color: 12829610.
HSL color Cylindrical-coordinate representation of color #AAC3C3: hue angle of 180º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3C3 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 195 | - |
| CMYK | 0.13 | 0 | 0 | 0.24 |
| HSL | 180º | 0.17% | 0.72% | - |
| HSV(B) | 180º | 0.13% | 0.76% | - |
| XYZ | 45.94 | 51.52 | 59.15 | - |
| YUV | 187.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 195 | 0.13 | 0 | 0 | 0.24 | 180 | 0.17 | 0.72 |
| Hex | AA | C3 | C3 | D | 0 | 0 | 18 | B4 | 11 | 48 |
| Octal | 252 | 303 | 303 | 15 | 0 | 0 | 30 | 264 | 21 | 110 |
| Binary | 10101010 | 11000011 | 11000011 | 1101 | 0 | 0 | 11000 | 10110100 | 10001 | 1001000 |
Color Harmonies of #AAC3C3
Complementary color
Monochromatic Colors of #AAC3C3
Black with #AAC3C3
Text Example
Text Example
White with #AAC3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3C3; }
p { color: rgb(170,195,195); }
H1.HeaderClassName
{
color: #AAC3C3;
}
.AnyTagClassName
{
color: #AAC3C3;
}
</style>
background-color css
<style>
a { background-color: #AAC3C3; }
a { background-color: rgb(170,195,195); }
div.DivClassName
{
background-color: #AAC3C3;
}
.BgClassName
{
background-color: #AAC3C3;
}
</style>
border-color css
<style>
span { border-color: #AAC3C3; }
span { border-color: rgb(170,195,195); }
td.TdClassName
{
border-color: #AAC3C3;
}
.TagClassName
{
border-color: #AAC3C3;
}
</style>