Shades of Jungle Mist #ADC5C8
Tints of Jungle Mist #ADC5C8
RGB
CMYK
RGB Variations
Color information
#ADC5C8 (or 0xADC5C8) is known color: Jungle Mist. HEX triplet: AD, C5 and C8. RGB value is (173,197,200). Sum of RGB (Red+Green+Blue) = 173+197+200=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADC5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5C8 is #523A37. Grayscale: #BEBEBE. Windows color (decimal): -5388856 or 13157805. OLE color: 13157805.
HSL color Cylindrical-coordinate representation of color #ADC5C8: hue angle of 186.67º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC5C8 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 197 | 200 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.22 |
| HSL | 186.67º | 0.2% | 0.73% | - |
| HSV(B) | 186.67º | 0.14% | 0.78% | - |
| XYZ | 47.63 | 52.99 | 62.36 | - |
| YUV | 190.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 200 | 0.14 | 0.02 | 0 | 0.22 | 186.67 | 0.2 | 0.73 |
| Hex | AD | C5 | C8 | E | 2 | 0 | 16 | BB | 14 | 49 |
| Octal | 255 | 305 | 310 | 16 | 2 | 0 | 26 | 273 | 24 | 111 |
| Binary | 10101101 | 11000101 | 11001000 | 1110 | 10 | 0 | 10110 | 10111011 | 10100 | 1001001 |
Color Harmonies of #ADC5C8
Complementary color
Monochromatic Colors of #ADC5C8
Black with #ADC5C8
Text Example
Text Example
White with #ADC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5C8; }
p { color: rgb(173,197,200); }
H1.HeaderClassName
{
color: #ADC5C8;
}
.AnyTagClassName
{
color: #ADC5C8;
}
</style>
background-color css
<style>
a { background-color: #ADC5C8; }
a { background-color: rgb(173,197,200); }
div.DivClassName
{
background-color: #ADC5C8;
}
.BgClassName
{
background-color: #ADC5C8;
}
</style>
border-color css
<style>
span { border-color: #ADC5C8; }
span { border-color: rgb(173,197,200); }
td.TdClassName
{
border-color: #ADC5C8;
}
.TagClassName
{
border-color: #ADC5C8;
}
</style>