Shades of Jungle Mist #ACCCCE
Tints of Jungle Mist #ACCCCE
RGB
CMYK
RGB Variations
Color information
#ACCCCE (or 0xACCCCE) is known color: Jungle Mist. HEX triplet: AC, CC and CE. RGB value is (172,204,206). Sum of RGB (Red+Green+Blue) = 172+204+206=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACCCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCCE is #533331. Grayscale: #C2C2C2. Windows color (decimal): -5452594 or 13552812. OLE color: 13552812.
HSL color Cylindrical-coordinate representation of color #ACCCCE: hue angle of 183.53º 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 #ACCCCE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 204 | 206 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.19 |
| HSL | 183.53º | 0.26% | 0.74% | - |
| HSV(B) | 183.53º | 0.17% | 0.81% | - |
| XYZ | 49.75 | 56.41 | 66.66 | - |
| YUV | 194.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 206 | 0.17 | 0.01 | 0 | 0.19 | 183.53 | 0.26 | 0.74 |
| Hex | AC | CC | CE | 11 | 1 | 0 | 13 | B8 | 1A | 4A |
| Octal | 254 | 314 | 316 | 21 | 1 | 0 | 23 | 270 | 32 | 112 |
| Binary | 10101100 | 11001100 | 11001110 | 10001 | 1 | 0 | 10011 | 10111000 | 11010 | 1001010 |
Color Harmonies of #ACCCCE
Complementary color
Monochromatic Colors of #ACCCCE
Black with #ACCCCE
Text Example
Text Example
White with #ACCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCCE; }
p { color: rgb(172,204,206); }
H1.HeaderClassName
{
color: #ACCCCE;
}
.AnyTagClassName
{
color: #ACCCCE;
}
</style>
background-color css
<style>
a { background-color: #ACCCCE; }
a { background-color: rgb(172,204,206); }
div.DivClassName
{
background-color: #ACCCCE;
}
.BgClassName
{
background-color: #ACCCCE;
}
</style>
border-color css
<style>
span { border-color: #ACCCCE; }
span { border-color: rgb(172,204,206); }
td.TdClassName
{
border-color: #ACCCCE;
}
.TagClassName
{
border-color: #ACCCCE;
}
</style>