Shades of Jungle Mist #ACC1C3
Tints of Jungle Mist #ACC1C3
RGB
CMYK
RGB Variations
Color information
#ACC1C3 (or 0xACC1C3) is known color: Jungle Mist. HEX triplet: AC, C1 and C3. RGB value is (172,193,195). Sum of RGB (Red+Green+Blue) = 172+193+195=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACC1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1C3 is #533E3C. Grayscale: #BABABA. Windows color (decimal): -5455421 or 12829100. OLE color: 12829100.
HSL color Cylindrical-coordinate representation of color #ACC1C3: hue angle of 185.22º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC1C3 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 195 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.24 |
| HSL | 185.22º | 0.16% | 0.72% | - |
| HSV(B) | 185.22º | 0.12% | 0.76% | - |
| XYZ | 45.93 | 50.85 | 59.02 | - |
| YUV | 186.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 195 | 0.12 | 0.01 | 0 | 0.24 | 185.22 | 0.16 | 0.72 |
| Hex | AC | C1 | C3 | C | 1 | 0 | 18 | B9 | 10 | 48 |
| Octal | 254 | 301 | 303 | 14 | 1 | 0 | 30 | 271 | 20 | 110 |
| Binary | 10101100 | 11000001 | 11000011 | 1100 | 1 | 0 | 11000 | 10111001 | 10000 | 1001000 |
Color Harmonies of #ACC1C3
Complementary color
Monochromatic Colors of #ACC1C3
Black with #ACC1C3
Text Example
Text Example
White with #ACC1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1C3; }
p { color: rgb(172,193,195); }
H1.HeaderClassName
{
color: #ACC1C3;
}
.AnyTagClassName
{
color: #ACC1C3;
}
</style>
background-color css
<style>
a { background-color: #ACC1C3; }
a { background-color: rgb(172,193,195); }
div.DivClassName
{
background-color: #ACC1C3;
}
.BgClassName
{
background-color: #ACC1C3;
}
</style>
border-color css
<style>
span { border-color: #ACC1C3; }
span { border-color: rgb(172,193,195); }
td.TdClassName
{
border-color: #ACC1C3;
}
.TagClassName
{
border-color: #ACC1C3;
}
</style>