Shades of Jungle Mist #ADC0BE
Tints of Jungle Mist #ADC0BE
RGB
CMYK
RGB Variations
Color information
#ADC0BE (or 0xADC0BE) is known color: Jungle Mist. HEX triplet: AD, C0 and BE. RGB value is (173,192,190). Sum of RGB (Red+Green+Blue) = 173+192+190=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0BE is #523F41. Grayscale: #BABABA. Windows color (decimal): -5390146 or 12501165. OLE color: 12501165.
HSL color Cylindrical-coordinate representation of color #ADC0BE: hue angle of 173.68º 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 #ADC0BE is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 190 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.25 |
| HSL | 173.68º | 0.13% | 0.72% | - |
| HSV(B) | 173.68º | 0.1% | 0.75% | - |
| XYZ | 45.38 | 50.3 | 56.03 | - |
| YUV | 186.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 190 | 0.10 | 0 | 0.01 | 0.25 | 173.68 | 0.13 | 0.72 |
| Hex | AD | C0 | BE | A | 0 | 1 | 19 | AE | D | 48 |
| Octal | 255 | 300 | 276 | 12 | 0 | 1 | 31 | 256 | 15 | 110 |
| Binary | 10101101 | 11000000 | 10111110 | 1010 | 0 | 1 | 11001 | 10101110 | 1101 | 1001000 |
Color Harmonies of #ADC0BE
Complementary color
Monochromatic Colors of #ADC0BE
Black with #ADC0BE
Text Example
Text Example
White with #ADC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0BE; }
p { color: rgb(173,192,190); }
H1.HeaderClassName
{
color: #ADC0BE;
}
.AnyTagClassName
{
color: #ADC0BE;
}
</style>
background-color css
<style>
a { background-color: #ADC0BE; }
a { background-color: rgb(173,192,190); }
div.DivClassName
{
background-color: #ADC0BE;
}
.BgClassName
{
background-color: #ADC0BE;
}
</style>
border-color css
<style>
span { border-color: #ADC0BE; }
span { border-color: rgb(173,192,190); }
td.TdClassName
{
border-color: #ADC0BE;
}
.TagClassName
{
border-color: #ADC0BE;
}
</style>