Shades of Jungle Mist #ACC5C5
Tints of Jungle Mist #ACC5C5
RGB
CMYK
RGB Variations
Color information
#ACC5C5 (or 0xACC5C5) is known color: Jungle Mist. HEX triplet: AC, C5 and C5. RGB value is (172,197,197). Sum of RGB (Red+Green+Blue) = 172+197+197=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 197 - color contains mainly: green, blue. Hex color #ACC5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5C5 is #533A3A. Grayscale: #BDBDBD. Windows color (decimal): -5454395 or 12961196. OLE color: 12961196.
HSL color Cylindrical-coordinate representation of color #ACC5C5: hue angle of 180º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5C5 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 197 | - |
| CMYK | 0.13 | 0 | 0 | 0.23 |
| HSL | 180º | 0.18% | 0.72% | - |
| HSV(B) | 180º | 0.13% | 0.77% | - |
| XYZ | 47.06 | 52.73 | 60.52 | - |
| YUV | 189.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 197 | 0.13 | 0 | 0 | 0.23 | 180 | 0.18 | 0.72 |
| Hex | AC | C5 | C5 | D | 0 | 0 | 17 | B4 | 12 | 48 |
| Octal | 254 | 305 | 305 | 15 | 0 | 0 | 27 | 264 | 22 | 110 |
| Binary | 10101100 | 11000101 | 11000101 | 1101 | 0 | 0 | 10111 | 10110100 | 10010 | 1001000 |
Color Harmonies of #ACC5C5
Complementary color
Monochromatic Colors of #ACC5C5
Black with #ACC5C5
Text Example
Text Example
White with #ACC5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5C5; }
p { color: rgb(172,197,197); }
H1.HeaderClassName
{
color: #ACC5C5;
}
.AnyTagClassName
{
color: #ACC5C5;
}
</style>
background-color css
<style>
a { background-color: #ACC5C5; }
a { background-color: rgb(172,197,197); }
div.DivClassName
{
background-color: #ACC5C5;
}
.BgClassName
{
background-color: #ACC5C5;
}
</style>
border-color css
<style>
span { border-color: #ACC5C5; }
span { border-color: rgb(172,197,197); }
td.TdClassName
{
border-color: #ACC5C5;
}
.TagClassName
{
border-color: #ACC5C5;
}
</style>