Shades of Jungle Mist #ACC5C2
Tints of Jungle Mist #ACC5C2
RGB
CMYK
RGB Variations
Color information
#ACC5C2 (or 0xACC5C2) is known color: Jungle Mist. HEX triplet: AC, C5 and C2. RGB value is (172,197,194). Sum of RGB (Red+Green+Blue) = 172+197+194=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5C2 is #533A3D. Grayscale: #BDBDBD. Windows color (decimal): -5454398 or 12764588. OLE color: 12764588.
HSL color Cylindrical-coordinate representation of color #ACC5C2: hue angle of 172.8º 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 #ACC5C2 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 194 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.23 |
| HSL | 172.8º | 0.18% | 0.72% | - |
| HSV(B) | 172.8º | 0.13% | 0.77% | - |
| XYZ | 46.72 | 52.6 | 58.73 | - |
| YUV | 189.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 194 | 0.13 | 0 | 0.02 | 0.23 | 172.8 | 0.18 | 0.72 |
| Hex | AC | C5 | C2 | D | 0 | 2 | 17 | AD | 12 | 48 |
| Octal | 254 | 305 | 302 | 15 | 0 | 2 | 27 | 255 | 22 | 110 |
| Binary | 10101100 | 11000101 | 11000010 | 1101 | 0 | 10 | 10111 | 10101101 | 10010 | 1001000 |
Color Harmonies of #ACC5C2
Complementary color
Monochromatic Colors of #ACC5C2
Black with #ACC5C2
Text Example
Text Example
White with #ACC5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5C2; }
p { color: rgb(172,197,194); }
H1.HeaderClassName
{
color: #ACC5C2;
}
.AnyTagClassName
{
color: #ACC5C2;
}
</style>
background-color css
<style>
a { background-color: #ACC5C2; }
a { background-color: rgb(172,197,194); }
div.DivClassName
{
background-color: #ACC5C2;
}
.BgClassName
{
background-color: #ACC5C2;
}
</style>
border-color css
<style>
span { border-color: #ACC5C2; }
span { border-color: rgb(172,197,194); }
td.TdClassName
{
border-color: #ACC5C2;
}
.TagClassName
{
border-color: #ACC5C2;
}
</style>