Shades of Jungle Mist #ACCACD
Tints of Jungle Mist #ACCACD
RGB
CMYK
RGB Variations
Color information
#ACCACD (or 0xACCACD) is known color: Jungle Mist. HEX triplet: AC, CA and CD. RGB value is (172,202,205). Sum of RGB (Red+Green+Blue) = 172+202+205=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCACD is #533532. Grayscale: #C1C1C1. Windows color (decimal): -5453107 or 13486764. OLE color: 13486764.
HSL color Cylindrical-coordinate representation of color #ACCACD: hue angle of 185.45º 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 #ACCACD is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 202 | 205 | - |
CMYK | 0.16 | 0.01 | 0 | 0.20 |
HSL | 185.45º | 0.25% | 0.74% | - |
HSV(B) | 185.45º | 0.16% | 0.8% | - |
XYZ | 49.15 | 55.42 | 65.86 | - |
YUV | 193.37 | 134.56 | 112.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 202 | 205 | 0.16 | 0.01 | 0 | 0.20 | 185.45 | 0.25 | 0.74 |
Hex | AC | CA | CD | 10 | 1 | 0 | 14 | B9 | 19 | 4A |
Octal | 254 | 312 | 315 | 20 | 1 | 0 | 24 | 271 | 31 | 112 |
Binary | 10101100 | 11001010 | 11001101 | 10000 | 1 | 0 | 10100 | 10111001 | 11001 | 1001010 |
Color Harmonies of #ACCACD
Complementary color
Monochromatic Colors of #ACCACD
Black with #ACCACD
Text Example
Text Example
White with #ACCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCACD; }
p { color: rgb(172,202,205); }
H1.HeaderClassName
{
color: #ACCACD;
}
.AnyTagClassName
{
color: #ACCACD;
}
</style>
background-color css
<style>
a { background-color: #ACCACD; }
a { background-color: rgb(172,202,205); }
div.DivClassName
{
background-color: #ACCACD;
}
.BgClassName
{
background-color: #ACCACD;
}
</style>
border-color css
<style>
span { border-color: #ACCACD; }
span { border-color: rgb(172,202,205); }
td.TdClassName
{
border-color: #ACCACD;
}
.TagClassName
{
border-color: #ACCACD;
}
</style>