Shades of Jungle Mist #ACCCCD
Tints of Jungle Mist #ACCCCD
RGB
CMYK
RGB Variations
Color information
#ACCCCD (or 0xACCCCD) is known color: Jungle Mist. HEX triplet: AC, CC and CD. RGB value is (172,204,205). Sum of RGB (Red+Green+Blue) = 172+204+205=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCCD is #533332. Grayscale: #C2C2C2. Windows color (decimal): -5452595 or 13487276. OLE color: 13487276.
HSL color Cylindrical-coordinate representation of color #ACCCCD: hue angle of 181.82º 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 #ACCCCD is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 204 | 205 | - |
CMYK | 0.16 | 0.00 | 0 | 0.20 |
HSL | 181.82º | 0.25% | 0.74% | - |
HSV(B) | 181.82º | 0.16% | 0.8% | - |
XYZ | 49.63 | 56.36 | 66.02 | - |
YUV | 194.55 | 133.9 | 111.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 204 | 205 | 0.16 | 0.00 | 0 | 0.20 | 181.82 | 0.25 | 0.74 |
Hex | AC | CC | CD | 10 | 0 | 0 | 14 | B6 | 19 | 4A |
Octal | 254 | 314 | 315 | 20 | 0 | 0 | 24 | 266 | 31 | 112 |
Binary | 10101100 | 11001100 | 11001101 | 10000 | 0 | 0 | 10100 | 10110110 | 11001 | 1001010 |
Color Harmonies of #ACCCCD
Complementary color
Monochromatic Colors of #ACCCCD
Black with #ACCCCD
Text Example
Text Example
White with #ACCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCCD; }
p { color: rgb(172,204,205); }
H1.HeaderClassName
{
color: #ACCCCD;
}
.AnyTagClassName
{
color: #ACCCCD;
}
</style>
background-color css
<style>
a { background-color: #ACCCCD; }
a { background-color: rgb(172,204,205); }
div.DivClassName
{
background-color: #ACCCCD;
}
.BgClassName
{
background-color: #ACCCCD;
}
</style>
border-color css
<style>
span { border-color: #ACCCCD; }
span { border-color: rgb(172,204,205); }
td.TdClassName
{
border-color: #ACCCCD;
}
.TagClassName
{
border-color: #ACCCCD;
}
</style>