Shades of Jungle Mist #ACCACB
Tints of Jungle Mist #ACCACB
RGB
CMYK
RGB Variations
Color information
#ACCACB (or 0xACCACB) is known color: Jungle Mist. HEX triplet: AC, CA and CB. RGB value is (172,202,203). Sum of RGB (Red+Green+Blue) = 172+202+203=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCACB is #533534. Grayscale: #C1C1C1. Windows color (decimal): -5453109 or 13355692. OLE color: 13355692.
HSL color Cylindrical-coordinate representation of color #ACCACB: hue angle of 181.94º 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 #ACCACB is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 202 | 203 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.20 |
| HSL | 181.94º | 0.23% | 0.74% | - |
| HSV(B) | 181.94º | 0.15% | 0.8% | - |
| XYZ | 48.91 | 55.32 | 64.6 | - |
| YUV | 193.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 203 | 0.15 | 0.00 | 0 | 0.20 | 181.94 | 0.23 | 0.74 |
| Hex | AC | CA | CB | F | 0 | 0 | 14 | B6 | 17 | 4A |
| Octal | 254 | 312 | 313 | 17 | 0 | 0 | 24 | 266 | 27 | 112 |
| Binary | 10101100 | 11001010 | 11001011 | 1111 | 0 | 0 | 10100 | 10110110 | 10111 | 1001010 |
Color Harmonies of #ACCACB
Complementary color
Monochromatic Colors of #ACCACB
Black with #ACCACB
Text Example
Text Example
White with #ACCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCACB; }
p { color: rgb(172,202,203); }
H1.HeaderClassName
{
color: #ACCACB;
}
.AnyTagClassName
{
color: #ACCACB;
}
</style>
background-color css
<style>
a { background-color: #ACCACB; }
a { background-color: rgb(172,202,203); }
div.DivClassName
{
background-color: #ACCACB;
}
.BgClassName
{
background-color: #ACCACB;
}
</style>
border-color css
<style>
span { border-color: #ACCACB; }
span { border-color: rgb(172,202,203); }
td.TdClassName
{
border-color: #ACCACB;
}
.TagClassName
{
border-color: #ACCACB;
}
</style>