Shades of Jungle Mist #ADC9C6
Tints of Jungle Mist #ADC9C6
RGB
CMYK
RGB Variations
Color information
#ADC9C6 (or 0xADC9C6) is known color: Jungle Mist. HEX triplet: AD, C9 and C6. RGB value is (173,201,198). Sum of RGB (Red+Green+Blue) = 173+201+198=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9C6 is #523639. Grayscale: #C0C0C0. Windows color (decimal): -5387834 or 13027757. OLE color: 13027757.
HSL color Cylindrical-coordinate representation of color #ADC9C6: hue angle of 173.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 #ADC9C6 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 198 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.21 |
| HSL | 173.57º | 0.21% | 0.73% | - |
| HSV(B) | 173.57º | 0.14% | 0.79% | - |
| XYZ | 48.31 | 54.73 | 61.44 | - |
| YUV | 192.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 198 | 0.14 | 0 | 0.01 | 0.21 | 173.57 | 0.21 | 0.73 |
| Hex | AD | C9 | C6 | E | 0 | 1 | 15 | AE | 15 | 49 |
| Octal | 255 | 311 | 306 | 16 | 0 | 1 | 25 | 256 | 25 | 111 |
| Binary | 10101101 | 11001001 | 11000110 | 1110 | 0 | 1 | 10101 | 10101110 | 10101 | 1001001 |
Color Harmonies of #ADC9C6
Complementary color
Monochromatic Colors of #ADC9C6
Black with #ADC9C6
Text Example
Text Example
White with #ADC9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9C6; }
p { color: rgb(173,201,198); }
H1.HeaderClassName
{
color: #ADC9C6;
}
.AnyTagClassName
{
color: #ADC9C6;
}
</style>
background-color css
<style>
a { background-color: #ADC9C6; }
a { background-color: rgb(173,201,198); }
div.DivClassName
{
background-color: #ADC9C6;
}
.BgClassName
{
background-color: #ADC9C6;
}
</style>
border-color css
<style>
span { border-color: #ADC9C6; }
span { border-color: rgb(173,201,198); }
td.TdClassName
{
border-color: #ADC9C6;
}
.TagClassName
{
border-color: #ADC9C6;
}
</style>