Shades of Jungle Mist #ACC1C1
Tints of Jungle Mist #ACC1C1
RGB
CMYK
RGB Variations
Color information
#ACC1C1 (or 0xACC1C1) is known color: Jungle Mist. HEX triplet: AC, C1 and C1. RGB value is (172,193,193). Sum of RGB (Red+Green+Blue) = 172+193+193=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #ACC1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1C1 is #533E3E. Grayscale: #BABABA. Windows color (decimal): -5455423 or 12698028. OLE color: 12698028.
HSL color Cylindrical-coordinate representation of color #ACC1C1: hue angle of 180º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1C1 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 193 | - |
| CMYK | 0.11 | 0 | 0 | 0.24 |
| HSL | 180º | 0.14% | 0.72% | - |
| HSV(B) | 180º | 0.11% | 0.76% | - |
| XYZ | 45.71 | 50.76 | 57.84 | - |
| YUV | 186.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 193 | 0.11 | 0 | 0 | 0.24 | 180 | 0.14 | 0.72 |
| Hex | AC | C1 | C1 | B | 0 | 0 | 18 | B4 | E | 48 |
| Octal | 254 | 301 | 301 | 13 | 0 | 0 | 30 | 264 | 16 | 110 |
| Binary | 10101100 | 11000001 | 11000001 | 1011 | 0 | 0 | 11000 | 10110100 | 1110 | 1001000 |
Color Harmonies of #ACC1C1
Complementary color
Monochromatic Colors of #ACC1C1
Black with #ACC1C1
Text Example
Text Example
White with #ACC1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1C1; }
p { color: rgb(172,193,193); }
H1.HeaderClassName
{
color: #ACC1C1;
}
.AnyTagClassName
{
color: #ACC1C1;
}
</style>
background-color css
<style>
a { background-color: #ACC1C1; }
a { background-color: rgb(172,193,193); }
div.DivClassName
{
background-color: #ACC1C1;
}
.BgClassName
{
background-color: #ACC1C1;
}
</style>
border-color css
<style>
span { border-color: #ACC1C1; }
span { border-color: rgb(172,193,193); }
td.TdClassName
{
border-color: #ACC1C1;
}
.TagClassName
{
border-color: #ACC1C1;
}
</style>