Shades of Jungle Mist #ACC7CB
Tints of Jungle Mist #ACC7CB
RGB
CMYK
RGB Variations
Color information
#ACC7CB (or 0xACC7CB) is known color: Jungle Mist. HEX triplet: AC, C7 and CB. RGB value is (172,199,203). Sum of RGB (Red+Green+Blue) = 172+199+203=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7CB is #533834. Grayscale: #BFBFBF. Windows color (decimal): -5453877 or 13354924. OLE color: 13354924.
HSL color Cylindrical-coordinate representation of color #ACC7CB: hue angle of 187.74º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC7CB is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 199 | 203 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.20 |
| HSL | 187.74º | 0.23% | 0.74% | - |
| HSV(B) | 187.74º | 0.15% | 0.8% | - |
| XYZ | 48.22 | 53.93 | 64.37 | - |
| YUV | 191.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 203 | 0.15 | 0.02 | 0 | 0.20 | 187.74 | 0.23 | 0.74 |
| Hex | AC | C7 | CB | F | 2 | 0 | 14 | BC | 17 | 4A |
| Octal | 254 | 307 | 313 | 17 | 2 | 0 | 24 | 274 | 27 | 112 |
| Binary | 10101100 | 11000111 | 11001011 | 1111 | 10 | 0 | 10100 | 10111100 | 10111 | 1001010 |
Color Harmonies of #ACC7CB
Complementary color
Monochromatic Colors of #ACC7CB
Black with #ACC7CB
Text Example
Text Example
White with #ACC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7CB; }
p { color: rgb(172,199,203); }
H1.HeaderClassName
{
color: #ACC7CB;
}
.AnyTagClassName
{
color: #ACC7CB;
}
</style>
background-color css
<style>
a { background-color: #ACC7CB; }
a { background-color: rgb(172,199,203); }
div.DivClassName
{
background-color: #ACC7CB;
}
.BgClassName
{
background-color: #ACC7CB;
}
</style>
border-color css
<style>
span { border-color: #ACC7CB; }
span { border-color: rgb(172,199,203); }
td.TdClassName
{
border-color: #ACC7CB;
}
.TagClassName
{
border-color: #ACC7CB;
}
</style>