Shades of Jungle Mist #ADC7CA
Tints of Jungle Mist #ADC7CA
RGB
CMYK
RGB Variations
Color information
#ADC7CA (or 0xADC7CA) is known color: Jungle Mist. HEX triplet: AD, C7 and CA. RGB value is (173,199,202). Sum of RGB (Red+Green+Blue) = 173+199+202=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CA is #523835. Grayscale: #BFBFBF. Windows color (decimal): -5388342 or 13289389. OLE color: 13289389.
HSL color Cylindrical-coordinate representation of color #ADC7CA: hue angle of 186.21º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC7CA is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 199 | 202 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.21 |
| HSL | 186.21º | 0.21% | 0.74% | - |
| HSV(B) | 186.21º | 0.14% | 0.79% | - |
| XYZ | 48.32 | 54 | 63.75 | - |
| YUV | 191.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 202 | 0.14 | 0.01 | 0 | 0.21 | 186.21 | 0.21 | 0.74 |
| Hex | AD | C7 | CA | E | 1 | 0 | 15 | BA | 15 | 4A |
| Octal | 255 | 307 | 312 | 16 | 1 | 0 | 25 | 272 | 25 | 112 |
| Binary | 10101101 | 11000111 | 11001010 | 1110 | 1 | 0 | 10101 | 10111010 | 10101 | 1001010 |
Color Harmonies of #ADC7CA
Complementary color
Monochromatic Colors of #ADC7CA
Black with #ADC7CA
Text Example
Text Example
White with #ADC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7CA; }
p { color: rgb(173,199,202); }
H1.HeaderClassName
{
color: #ADC7CA;
}
.AnyTagClassName
{
color: #ADC7CA;
}
</style>
background-color css
<style>
a { background-color: #ADC7CA; }
a { background-color: rgb(173,199,202); }
div.DivClassName
{
background-color: #ADC7CA;
}
.BgClassName
{
background-color: #ADC7CA;
}
</style>
border-color css
<style>
span { border-color: #ADC7CA; }
span { border-color: rgb(173,199,202); }
td.TdClassName
{
border-color: #ADC7CA;
}
.TagClassName
{
border-color: #ADC7CA;
}
</style>