Shades of Jungle Mist #ADC3C5
Tints of Jungle Mist #ADC3C5
RGB
CMYK
RGB Variations
Color information
#ADC3C5 (or 0xADC3C5) is known color: Jungle Mist. HEX triplet: AD, C3 and C5. RGB value is (173,195,197). Sum of RGB (Red+Green+Blue) = 173+195+197=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADC3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3C5 is #523C3A. Grayscale: #BCBCBC. Windows color (decimal): -5389371 or 12960685. OLE color: 12960685.
HSL color Cylindrical-coordinate representation of color #ADC3C5: hue angle of 185º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC3C5 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 195 | 197 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.23 |
| HSL | 185º | 0.17% | 0.73% | - |
| HSV(B) | 185º | 0.12% | 0.77% | - |
| XYZ | 46.83 | 51.95 | 60.38 | - |
| YUV | 188.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 197 | 0.12 | 0.01 | 0 | 0.23 | 185 | 0.17 | 0.73 |
| Hex | AD | C3 | C5 | C | 1 | 0 | 17 | B9 | 11 | 49 |
| Octal | 255 | 303 | 305 | 14 | 1 | 0 | 27 | 271 | 21 | 111 |
| Binary | 10101101 | 11000011 | 11000101 | 1100 | 1 | 0 | 10111 | 10111001 | 10001 | 1001001 |
Color Harmonies of #ADC3C5
Complementary color
Monochromatic Colors of #ADC3C5
Black with #ADC3C5
Text Example
Text Example
White with #ADC3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3C5; }
p { color: rgb(173,195,197); }
H1.HeaderClassName
{
color: #ADC3C5;
}
.AnyTagClassName
{
color: #ADC3C5;
}
</style>
background-color css
<style>
a { background-color: #ADC3C5; }
a { background-color: rgb(173,195,197); }
div.DivClassName
{
background-color: #ADC3C5;
}
.BgClassName
{
background-color: #ADC3C5;
}
</style>
border-color css
<style>
span { border-color: #ADC3C5; }
span { border-color: rgb(173,195,197); }
td.TdClassName
{
border-color: #ADC3C5;
}
.TagClassName
{
border-color: #ADC3C5;
}
</style>