Shades of Jungle Mist #ADC8C7
Tints of Jungle Mist #ADC8C7
RGB
CMYK
RGB Variations
Color information
#ADC8C7 (or 0xADC8C7) is known color: Jungle Mist. HEX triplet: AD, C8 and C7. RGB value is (173,200,199). Sum of RGB (Red+Green+Blue) = 173+200+199=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8C7 is #523738. Grayscale: #BFBFBF. Windows color (decimal): -5388089 or 13093037. OLE color: 13093037.
HSL color Cylindrical-coordinate representation of color #ADC8C7: hue angle of 177.78º 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 #ADC8C7 is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 199 | - |
| CMYK | 0.14 | 0 | 0.00 | 0.22 |
| HSL | 177.78º | 0.2% | 0.73% | - |
| HSV(B) | 177.78º | 0.14% | 0.78% | - |
| XYZ | 48.2 | 54.32 | 61.98 | - |
| YUV | 191.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 199 | 0.14 | 0 | 0.00 | 0.22 | 177.78 | 0.2 | 0.73 |
| Hex | AD | C8 | C7 | E | 0 | 0 | 16 | B2 | 14 | 49 |
| Octal | 255 | 310 | 307 | 16 | 0 | 0 | 26 | 262 | 24 | 111 |
| Binary | 10101101 | 11001000 | 11000111 | 1110 | 0 | 0 | 10110 | 10110010 | 10100 | 1001001 |
Color Harmonies of #ADC8C7
Complementary color
Monochromatic Colors of #ADC8C7
Black with #ADC8C7
Text Example
Text Example
White with #ADC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8C7; }
p { color: rgb(173,200,199); }
H1.HeaderClassName
{
color: #ADC8C7;
}
.AnyTagClassName
{
color: #ADC8C7;
}
</style>
background-color css
<style>
a { background-color: #ADC8C7; }
a { background-color: rgb(173,200,199); }
div.DivClassName
{
background-color: #ADC8C7;
}
.BgClassName
{
background-color: #ADC8C7;
}
</style>
border-color css
<style>
span { border-color: #ADC8C7; }
span { border-color: rgb(173,200,199); }
td.TdClassName
{
border-color: #ADC8C7;
}
.TagClassName
{
border-color: #ADC8C7;
}
</style>