Shades of Jungle Mist #ADC0BF
Tints of Jungle Mist #ADC0BF
RGB
CMYK
RGB Variations
Color information
#ADC0BF (or 0xADC0BF) is known color: Jungle Mist. HEX triplet: AD, C0 and BF. RGB value is (173,192,191). Sum of RGB (Red+Green+Blue) = 173+192+191=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0BF is #523F40. Grayscale: #BABABA. Windows color (decimal): -5390145 or 12566701. OLE color: 12566701.
HSL color Cylindrical-coordinate representation of color #ADC0BF: hue angle of 176.84º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC0BF is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 191 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.25 |
| HSL | 176.84º | 0.13% | 0.72% | - |
| HSV(B) | 176.84º | 0.1% | 0.75% | - |
| XYZ | 45.49 | 50.35 | 56.61 | - |
| YUV | 186.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 191 | 0.10 | 0 | 0.01 | 0.25 | 176.84 | 0.13 | 0.72 |
| Hex | AD | C0 | BF | A | 0 | 1 | 19 | B1 | D | 48 |
| Octal | 255 | 300 | 277 | 12 | 0 | 1 | 31 | 261 | 15 | 110 |
| Binary | 10101101 | 11000000 | 10111111 | 1010 | 0 | 1 | 11001 | 10110001 | 1101 | 1001000 |
Color Harmonies of #ADC0BF
Complementary color
Monochromatic Colors of #ADC0BF
Black with #ADC0BF
Text Example
Text Example
White with #ADC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0BF; }
p { color: rgb(173,192,191); }
H1.HeaderClassName
{
color: #ADC0BF;
}
.AnyTagClassName
{
color: #ADC0BF;
}
</style>
background-color css
<style>
a { background-color: #ADC0BF; }
a { background-color: rgb(173,192,191); }
div.DivClassName
{
background-color: #ADC0BF;
}
.BgClassName
{
background-color: #ADC0BF;
}
</style>
border-color css
<style>
span { border-color: #ADC0BF; }
span { border-color: rgb(173,192,191); }
td.TdClassName
{
border-color: #ADC0BF;
}
.TagClassName
{
border-color: #ADC0BF;
}
</style>