Shades of Jungle Mist #ADC0C1
Tints of Jungle Mist #ADC0C1
RGB
CMYK
RGB Variations
Color information
#ADC0C1 (or 0xADC0C1) is known color: Jungle Mist. HEX triplet: AD, C0 and C1. RGB value is (173,192,193). Sum of RGB (Red+Green+Blue) = 173+192+193=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0C1 is #523F3E. Grayscale: #BABABA. Windows color (decimal): -5390143 or 12697773. OLE color: 12697773.
HSL color Cylindrical-coordinate representation of color #ADC0C1: hue angle of 183º 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 #ADC0C1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 192 | 193 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.24 |
| HSL | 183º | 0.14% | 0.72% | - |
| HSV(B) | 183º | 0.1% | 0.76% | - |
| XYZ | 45.71 | 50.43 | 57.78 | - |
| YUV | 186.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 193 | 0.10 | 0.01 | 0 | 0.24 | 183 | 0.14 | 0.72 |
| Hex | AD | C0 | C1 | A | 1 | 0 | 18 | B7 | E | 48 |
| Octal | 255 | 300 | 301 | 12 | 1 | 0 | 30 | 267 | 16 | 110 |
| Binary | 10101101 | 11000000 | 11000001 | 1010 | 1 | 0 | 11000 | 10110111 | 1110 | 1001000 |
Color Harmonies of #ADC0C1
Complementary color
Monochromatic Colors of #ADC0C1
Black with #ADC0C1
Text Example
Text Example
White with #ADC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0C1; }
p { color: rgb(173,192,193); }
H1.HeaderClassName
{
color: #ADC0C1;
}
.AnyTagClassName
{
color: #ADC0C1;
}
</style>
background-color css
<style>
a { background-color: #ADC0C1; }
a { background-color: rgb(173,192,193); }
div.DivClassName
{
background-color: #ADC0C1;
}
.BgClassName
{
background-color: #ADC0C1;
}
</style>
border-color css
<style>
span { border-color: #ADC0C1; }
span { border-color: rgb(173,192,193); }
td.TdClassName
{
border-color: #ADC0C1;
}
.TagClassName
{
border-color: #ADC0C1;
}
</style>