Shades of Jungle Mist #ADC8CA
Tints of Jungle Mist #ADC8CA
RGB
CMYK
RGB Variations
Color information
#ADC8CA (or 0xADC8CA) is known color: Jungle Mist. HEX triplet: AD, C8 and CA. RGB value is (173,200,202). Sum of RGB (Red+Green+Blue) = 173+200+202=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8CA is #523735. Grayscale: #C0C0C0. Windows color (decimal): -5388086 or 13289645. OLE color: 13289645.
HSL color Cylindrical-coordinate representation of color #ADC8CA: hue angle of 184.14º 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 #ADC8CA is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 200 | 202 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.21 |
| HSL | 184.14º | 0.21% | 0.74% | - |
| HSV(B) | 184.14º | 0.14% | 0.79% | - |
| XYZ | 48.55 | 54.46 | 63.83 | - |
| YUV | 192.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 202 | 0.14 | 0.01 | 0 | 0.21 | 184.14 | 0.21 | 0.74 |
| Hex | AD | C8 | CA | E | 1 | 0 | 15 | B8 | 15 | 4A |
| Octal | 255 | 310 | 312 | 16 | 1 | 0 | 25 | 270 | 25 | 112 |
| Binary | 10101101 | 11001000 | 11001010 | 1110 | 1 | 0 | 10101 | 10111000 | 10101 | 1001010 |
Color Harmonies of #ADC8CA
Complementary color
Monochromatic Colors of #ADC8CA
Black with #ADC8CA
Text Example
Text Example
White with #ADC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8CA; }
p { color: rgb(173,200,202); }
H1.HeaderClassName
{
color: #ADC8CA;
}
.AnyTagClassName
{
color: #ADC8CA;
}
</style>
background-color css
<style>
a { background-color: #ADC8CA; }
a { background-color: rgb(173,200,202); }
div.DivClassName
{
background-color: #ADC8CA;
}
.BgClassName
{
background-color: #ADC8CA;
}
</style>
border-color css
<style>
span { border-color: #ADC8CA; }
span { border-color: rgb(173,200,202); }
td.TdClassName
{
border-color: #ADC8CA;
}
.TagClassName
{
border-color: #ADC8CA;
}
</style>