Shades of Jungle Mist #ACC9CE
Tints of Jungle Mist #ACC9CE
RGB
CMYK
RGB Variations
Color information
#ACC9CE (or 0xACC9CE) is known color: Jungle Mist. HEX triplet: AC, C9 and CE. RGB value is (172,201,206). Sum of RGB (Red+Green+Blue) = 172+201+206=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACC9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9CE is #533631. Grayscale: #C0C0C0. Windows color (decimal): -5453362 or 13552044. OLE color: 13552044.
HSL color Cylindrical-coordinate representation of color #ACC9CE: hue angle of 188.82º 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 #ACC9CE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 201 | 206 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.19 |
| HSL | 188.82º | 0.26% | 0.74% | - |
| HSV(B) | 188.82º | 0.17% | 0.81% | - |
| XYZ | 49.04 | 55 | 66.42 | - |
| YUV | 192.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 206 | 0.17 | 0.02 | 0 | 0.19 | 188.82 | 0.26 | 0.74 |
| Hex | AC | C9 | CE | 11 | 2 | 0 | 13 | BD | 1A | 4A |
| Octal | 254 | 311 | 316 | 21 | 2 | 0 | 23 | 275 | 32 | 112 |
| Binary | 10101100 | 11001001 | 11001110 | 10001 | 10 | 0 | 10011 | 10111101 | 11010 | 1001010 |
Color Harmonies of #ACC9CE
Complementary color
Monochromatic Colors of #ACC9CE
Black with #ACC9CE
Text Example
Text Example
White with #ACC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9CE; }
p { color: rgb(172,201,206); }
H1.HeaderClassName
{
color: #ACC9CE;
}
.AnyTagClassName
{
color: #ACC9CE;
}
</style>
background-color css
<style>
a { background-color: #ACC9CE; }
a { background-color: rgb(172,201,206); }
div.DivClassName
{
background-color: #ACC9CE;
}
.BgClassName
{
background-color: #ACC9CE;
}
</style>
border-color css
<style>
span { border-color: #ACC9CE; }
span { border-color: rgb(172,201,206); }
td.TdClassName
{
border-color: #ACC9CE;
}
.TagClassName
{
border-color: #ACC9CE;
}
</style>