Shades of Jungle Mist #ADC1C0
Tints of Jungle Mist #ADC1C0
RGB
CMYK
RGB Variations
Color information
#ADC1C0 (or 0xADC1C0) is known color: Jungle Mist. HEX triplet: AD, C1 and C0. RGB value is (173,193,192). Sum of RGB (Red+Green+Blue) = 173+193+192=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1C0 is #523E3F. Grayscale: #BABABA. Windows color (decimal): -5389888 or 12632493. OLE color: 12632493.
HSL color Cylindrical-coordinate representation of color #ADC1C0: hue angle of 177º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC1C0 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 192 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.24 |
| HSL | 177º | 0.14% | 0.72% | - |
| HSV(B) | 177º | 0.1% | 0.76% | - |
| XYZ | 45.82 | 50.83 | 57.27 | - |
| YUV | 186.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 192 | 0.10 | 0 | 0.01 | 0.24 | 177 | 0.14 | 0.72 |
| Hex | AD | C1 | C0 | A | 0 | 1 | 18 | B1 | E | 48 |
| Octal | 255 | 301 | 300 | 12 | 0 | 1 | 30 | 261 | 16 | 110 |
| Binary | 10101101 | 11000001 | 11000000 | 1010 | 0 | 1 | 11000 | 10110001 | 1110 | 1001000 |
Color Harmonies of #ADC1C0
Complementary color
Monochromatic Colors of #ADC1C0
Black with #ADC1C0
Text Example
Text Example
White with #ADC1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1C0; }
p { color: rgb(173,193,192); }
H1.HeaderClassName
{
color: #ADC1C0;
}
.AnyTagClassName
{
color: #ADC1C0;
}
</style>
background-color css
<style>
a { background-color: #ADC1C0; }
a { background-color: rgb(173,193,192); }
div.DivClassName
{
background-color: #ADC1C0;
}
.BgClassName
{
background-color: #ADC1C0;
}
</style>
border-color css
<style>
span { border-color: #ADC1C0; }
span { border-color: rgb(173,193,192); }
td.TdClassName
{
border-color: #ADC1C0;
}
.TagClassName
{
border-color: #ADC1C0;
}
</style>