Shades of Jungle Mist #ACC5CA
Tints of Jungle Mist #ACC5CA
RGB
CMYK
RGB Variations
Color information
#ACC5CA (or 0xACC5CA) is known color: Jungle Mist. HEX triplet: AC, C5 and CA. RGB value is (172,197,202). Sum of RGB (Red+Green+Blue) = 172+197+202=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5CA is #533A35. Grayscale: #BEBEBE. Windows color (decimal): -5454390 or 13288876. OLE color: 13288876.
HSL color Cylindrical-coordinate representation of color #ACC5CA: hue angle of 190º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC5CA is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 197 | 202 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.21 |
| HSL | 190º | 0.22% | 0.73% | - |
| HSV(B) | 190º | 0.15% | 0.79% | - |
| XYZ | 47.64 | 52.97 | 63.59 | - |
| YUV | 190.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 202 | 0.15 | 0.02 | 0 | 0.21 | 190 | 0.22 | 0.73 |
| Hex | AC | C5 | CA | F | 2 | 0 | 15 | BE | 16 | 49 |
| Octal | 254 | 305 | 312 | 17 | 2 | 0 | 25 | 276 | 26 | 111 |
| Binary | 10101100 | 11000101 | 11001010 | 1111 | 10 | 0 | 10101 | 10111110 | 10110 | 1001001 |
Color Harmonies of #ACC5CA
Complementary color
Monochromatic Colors of #ACC5CA
Black with #ACC5CA
Text Example
Text Example
White with #ACC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5CA; }
p { color: rgb(172,197,202); }
H1.HeaderClassName
{
color: #ACC5CA;
}
.AnyTagClassName
{
color: #ACC5CA;
}
</style>
background-color css
<style>
a { background-color: #ACC5CA; }
a { background-color: rgb(172,197,202); }
div.DivClassName
{
background-color: #ACC5CA;
}
.BgClassName
{
background-color: #ACC5CA;
}
</style>
border-color css
<style>
span { border-color: #ACC5CA; }
span { border-color: rgb(172,197,202); }
td.TdClassName
{
border-color: #ACC5CA;
}
.TagClassName
{
border-color: #ACC5CA;
}
</style>