Shades of Jungle Mist #ACC1BF
Tints of Jungle Mist #ACC1BF
RGB
CMYK
RGB Variations
Color information
#ACC1BF (or 0xACC1BF) is known color: Jungle Mist. HEX triplet: AC, C1 and BF. RGB value is (172,193,191). Sum of RGB (Red+Green+Blue) = 172+193+191=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1BF is #533E40. Grayscale: #BABABA. Windows color (decimal): -5455425 or 12566956. OLE color: 12566956.
HSL color Cylindrical-coordinate representation of color #ACC1BF: hue angle of 174.29º 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 #ACC1BF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 191 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.24 |
| HSL | 174.29º | 0.14% | 0.72% | - |
| HSV(B) | 174.29º | 0.11% | 0.76% | - |
| XYZ | 45.49 | 50.67 | 56.67 | - |
| YUV | 186.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 191 | 0.11 | 0 | 0.01 | 0.24 | 174.29 | 0.14 | 0.72 |
| Hex | AC | C1 | BF | B | 0 | 1 | 18 | AE | E | 48 |
| Octal | 254 | 301 | 277 | 13 | 0 | 1 | 30 | 256 | 16 | 110 |
| Binary | 10101100 | 11000001 | 10111111 | 1011 | 0 | 1 | 11000 | 10101110 | 1110 | 1001000 |
Color Harmonies of #ACC1BF
Complementary color
Monochromatic Colors of #ACC1BF
Black with #ACC1BF
Text Example
Text Example
White with #ACC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1BF; }
p { color: rgb(172,193,191); }
H1.HeaderClassName
{
color: #ACC1BF;
}
.AnyTagClassName
{
color: #ACC1BF;
}
</style>
background-color css
<style>
a { background-color: #ACC1BF; }
a { background-color: rgb(172,193,191); }
div.DivClassName
{
background-color: #ACC1BF;
}
.BgClassName
{
background-color: #ACC1BF;
}
</style>
border-color css
<style>
span { border-color: #ACC1BF; }
span { border-color: rgb(172,193,191); }
td.TdClassName
{
border-color: #ACC1BF;
}
.TagClassName
{
border-color: #ACC1BF;
}
</style>