Shades of Jungle Mist #ADCACC
Tints of Jungle Mist #ADCACC
RGB
CMYK
RGB Variations
Color information
#ADCACC (or 0xADCACC) is known color: Jungle Mist. HEX triplet: AD, CA and CC. RGB value is (173,202,204). Sum of RGB (Red+Green+Blue) = 173+202+204=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCACC is #523533. Grayscale: #C1C1C1. Windows color (decimal): -5387572 or 13421229. OLE color: 13421229.
HSL color Cylindrical-coordinate representation of color #ADCACC: hue angle of 183.87º 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 #ADCACC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 202 | 204 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.2 |
| HSL | 183.87º | 0.23% | 0.74% | - |
| HSV(B) | 183.87º | 0.15% | 0.8% | - |
| XYZ | 49.25 | 55.48 | 65.24 | - |
| YUV | 193.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 204 | 0.15 | 0.01 | 0 | 0.2 | 183.87 | 0.23 | 0.74 |
| Hex | AD | CA | CC | F | 1 | 0 | 14 | B8 | 17 | 4A |
| Octal | 255 | 312 | 314 | 17 | 1 | 0 | 24 | 270 | 27 | 112 |
| Binary | 10101101 | 11001010 | 11001100 | 1111 | 1 | 0 | 10100 | 10111000 | 10111 | 1001010 |
Color Harmonies of #ADCACC
Complementary color
Monochromatic Colors of #ADCACC
Black with #ADCACC
Text Example
Text Example
White with #ADCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCACC; }
p { color: rgb(173,202,204); }
H1.HeaderClassName
{
color: #ADCACC;
}
.AnyTagClassName
{
color: #ADCACC;
}
</style>
background-color css
<style>
a { background-color: #ADCACC; }
a { background-color: rgb(173,202,204); }
div.DivClassName
{
background-color: #ADCACC;
}
.BgClassName
{
background-color: #ADCACC;
}
</style>
border-color css
<style>
span { border-color: #ADCACC; }
span { border-color: rgb(173,202,204); }
td.TdClassName
{
border-color: #ADCACC;
}
.TagClassName
{
border-color: #ADCACC;
}
</style>