Shades of Jungle Mist #ACCBCE
Tints of Jungle Mist #ACCBCE
RGB
CMYK
RGB Variations
Color information
#ACCBCE (or 0xACCBCE) is known color: Jungle Mist. HEX triplet: AC, CB and CE. RGB value is (172,203,206). Sum of RGB (Red+Green+Blue) = 172+203+206=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACCBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBCE is #533431. Grayscale: #C2C2C2. Windows color (decimal): -5452850 or 13552556. OLE color: 13552556.
HSL color Cylindrical-coordinate representation of color #ACCBCE: hue angle of 185.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCBCE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 203 | 206 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.19 |
| HSL | 185.29º | 0.26% | 0.74% | - |
| HSV(B) | 185.29º | 0.17% | 0.81% | - |
| XYZ | 49.51 | 55.94 | 66.58 | - |
| YUV | 194.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 206 | 0.17 | 0.01 | 0 | 0.19 | 185.29 | 0.26 | 0.74 |
| Hex | AC | CB | CE | 11 | 1 | 0 | 13 | B9 | 1A | 4A |
| Octal | 254 | 313 | 316 | 21 | 1 | 0 | 23 | 271 | 32 | 112 |
| Binary | 10101100 | 11001011 | 11001110 | 10001 | 1 | 0 | 10011 | 10111001 | 11010 | 1001010 |
Color Harmonies of #ACCBCE
Complementary color
Monochromatic Colors of #ACCBCE
Black with #ACCBCE
Text Example
Text Example
White with #ACCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBCE; }
p { color: rgb(172,203,206); }
H1.HeaderClassName
{
color: #ACCBCE;
}
.AnyTagClassName
{
color: #ACCBCE;
}
</style>
background-color css
<style>
a { background-color: #ACCBCE; }
a { background-color: rgb(172,203,206); }
div.DivClassName
{
background-color: #ACCBCE;
}
.BgClassName
{
background-color: #ACCBCE;
}
</style>
border-color css
<style>
span { border-color: #ACCBCE; }
span { border-color: rgb(172,203,206); }
td.TdClassName
{
border-color: #ACCBCE;
}
.TagClassName
{
border-color: #ACCBCE;
}
</style>