Shades of Jungle Mist #ACC9CD
Tints of Jungle Mist #ACC9CD
RGB
CMYK
RGB Variations
Color information
#ACC9CD (or 0xACC9CD) is known color: Jungle Mist. HEX triplet: AC, C9 and CD. RGB value is (172,201,205). Sum of RGB (Red+Green+Blue) = 172+201+205=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9CD is #533632. Grayscale: #C0C0C0. Windows color (decimal): -5453363 or 13486508. OLE color: 13486508.
HSL color Cylindrical-coordinate representation of color #ACC9CD: hue angle of 187.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC9CD is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 201 | 205 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.20 |
| HSL | 187.27º | 0.25% | 0.74% | - |
| HSV(B) | 187.27º | 0.16% | 0.8% | - |
| XYZ | 48.92 | 54.95 | 65.79 | - |
| YUV | 192.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 205 | 0.16 | 0.02 | 0 | 0.20 | 187.27 | 0.25 | 0.74 |
| Hex | AC | C9 | CD | 10 | 2 | 0 | 14 | BB | 19 | 4A |
| Octal | 254 | 311 | 315 | 20 | 2 | 0 | 24 | 273 | 31 | 112 |
| Binary | 10101100 | 11001001 | 11001101 | 10000 | 10 | 0 | 10100 | 10111011 | 11001 | 1001010 |
Color Harmonies of #ACC9CD
Complementary color
Monochromatic Colors of #ACC9CD
Black with #ACC9CD
Text Example
Text Example
White with #ACC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9CD; }
p { color: rgb(172,201,205); }
H1.HeaderClassName
{
color: #ACC9CD;
}
.AnyTagClassName
{
color: #ACC9CD;
}
</style>
background-color css
<style>
a { background-color: #ACC9CD; }
a { background-color: rgb(172,201,205); }
div.DivClassName
{
background-color: #ACC9CD;
}
.BgClassName
{
background-color: #ACC9CD;
}
</style>
border-color css
<style>
span { border-color: #ACC9CD; }
span { border-color: rgb(172,201,205); }
td.TdClassName
{
border-color: #ACC9CD;
}
.TagClassName
{
border-color: #ACC9CD;
}
</style>