Shades of Jungle Mist #ADC0C3
Tints of Jungle Mist #ADC0C3
RGB
CMYK
RGB Variations
Color information
#ADC0C3 (or 0xADC0C3) is known color: Jungle Mist. HEX triplet: AD, C0 and C3. RGB value is (173,192,195). Sum of RGB (Red+Green+Blue) = 173+192+195=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADC0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0C3 is #523F3C. Grayscale: #BABABA. Windows color (decimal): -5390141 or 12828845. OLE color: 12828845.
HSL color Cylindrical-coordinate representation of color #ADC0C3: hue angle of 188.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC0C3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 192 | 195 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.24 |
| HSL | 188.18º | 0.15% | 0.72% | - |
| HSV(B) | 188.18º | 0.11% | 0.76% | - |
| XYZ | 45.93 | 50.52 | 58.96 | - |
| YUV | 186.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 195 | 0.11 | 0.02 | 0 | 0.24 | 188.18 | 0.15 | 0.72 |
| Hex | AD | C0 | C3 | B | 2 | 0 | 18 | BC | F | 48 |
| Octal | 255 | 300 | 303 | 13 | 2 | 0 | 30 | 274 | 17 | 110 |
| Binary | 10101101 | 11000000 | 11000011 | 1011 | 10 | 0 | 11000 | 10111100 | 1111 | 1001000 |
Color Harmonies of #ADC0C3
Complementary color
Monochromatic Colors of #ADC0C3
Black with #ADC0C3
Text Example
Text Example
White with #ADC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0C3; }
p { color: rgb(173,192,195); }
H1.HeaderClassName
{
color: #ADC0C3;
}
.AnyTagClassName
{
color: #ADC0C3;
}
</style>
background-color css
<style>
a { background-color: #ADC0C3; }
a { background-color: rgb(173,192,195); }
div.DivClassName
{
background-color: #ADC0C3;
}
.BgClassName
{
background-color: #ADC0C3;
}
</style>
border-color css
<style>
span { border-color: #ADC0C3; }
span { border-color: rgb(173,192,195); }
td.TdClassName
{
border-color: #ADC0C3;
}
.TagClassName
{
border-color: #ADC0C3;
}
</style>