Shades of Jungle Mist #ADC5C9
Tints of Jungle Mist #ADC5C9
RGB
CMYK
RGB Variations
Color information
#ADC5C9 (or 0xADC5C9) is known color: Jungle Mist. HEX triplet: AD, C5 and C9. RGB value is (173,197,201). Sum of RGB (Red+Green+Blue) = 173+197+201=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADC5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5C9 is #523A36. Grayscale: #BEBEBE. Windows color (decimal): -5388855 or 13223341. OLE color: 13223341.
HSL color Cylindrical-coordinate representation of color #ADC5C9: hue angle of 188.57º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC5C9 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 197 | 201 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.21 |
| HSL | 188.57º | 0.21% | 0.73% | - |
| HSV(B) | 188.57º | 0.14% | 0.79% | - |
| XYZ | 47.74 | 53.03 | 62.98 | - |
| YUV | 190.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 201 | 0.14 | 0.02 | 0 | 0.21 | 188.57 | 0.21 | 0.73 |
| Hex | AD | C5 | C9 | E | 2 | 0 | 15 | BD | 15 | 49 |
| Octal | 255 | 305 | 311 | 16 | 2 | 0 | 25 | 275 | 25 | 111 |
| Binary | 10101101 | 11000101 | 11001001 | 1110 | 10 | 0 | 10101 | 10111101 | 10101 | 1001001 |
Color Harmonies of #ADC5C9
Complementary color
Monochromatic Colors of #ADC5C9
Black with #ADC5C9
Text Example
Text Example
White with #ADC5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5C9; }
p { color: rgb(173,197,201); }
H1.HeaderClassName
{
color: #ADC5C9;
}
.AnyTagClassName
{
color: #ADC5C9;
}
</style>
background-color css
<style>
a { background-color: #ADC5C9; }
a { background-color: rgb(173,197,201); }
div.DivClassName
{
background-color: #ADC5C9;
}
.BgClassName
{
background-color: #ADC5C9;
}
</style>
border-color css
<style>
span { border-color: #ADC5C9; }
span { border-color: rgb(173,197,201); }
td.TdClassName
{
border-color: #ADC5C9;
}
.TagClassName
{
border-color: #ADC5C9;
}
</style>