Shades of Jungle Mist #ADC4C1
Tints of Jungle Mist #ADC4C1
RGB
CMYK
RGB Variations
Color information
#ADC4C1 (or 0xADC4C1) is known color: Jungle Mist. HEX triplet: AD, C4 and C1. RGB value is (173,196,193). Sum of RGB (Red+Green+Blue) = 173+196+193=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4C1 is #523B3E. Grayscale: #BCBCBC. Windows color (decimal): -5389119 or 12698797. OLE color: 12698797.
HSL color Cylindrical-coordinate representation of color #ADC4C1: hue angle of 172.17º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4C1 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 193 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.23 |
| HSL | 172.17º | 0.16% | 0.72% | - |
| HSV(B) | 172.17º | 0.12% | 0.77% | - |
| XYZ | 46.6 | 52.21 | 58.07 | - |
| YUV | 188.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 193 | 0.12 | 0 | 0.02 | 0.23 | 172.17 | 0.16 | 0.72 |
| Hex | AD | C4 | C1 | C | 0 | 2 | 17 | AC | 10 | 48 |
| Octal | 255 | 304 | 301 | 14 | 0 | 2 | 27 | 254 | 20 | 110 |
| Binary | 10101101 | 11000100 | 11000001 | 1100 | 0 | 10 | 10111 | 10101100 | 10000 | 1001000 |
Color Harmonies of #ADC4C1
Complementary color
Monochromatic Colors of #ADC4C1
Black with #ADC4C1
Text Example
Text Example
White with #ADC4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4C1; }
p { color: rgb(173,196,193); }
H1.HeaderClassName
{
color: #ADC4C1;
}
.AnyTagClassName
{
color: #ADC4C1;
}
</style>
background-color css
<style>
a { background-color: #ADC4C1; }
a { background-color: rgb(173,196,193); }
div.DivClassName
{
background-color: #ADC4C1;
}
.BgClassName
{
background-color: #ADC4C1;
}
</style>
border-color css
<style>
span { border-color: #ADC4C1; }
span { border-color: rgb(173,196,193); }
td.TdClassName
{
border-color: #ADC4C1;
}
.TagClassName
{
border-color: #ADC4C1;
}
</style>