Shades of Jungle Mist #ADC9CD
Tints of Jungle Mist #ADC9CD
RGB
CMYK
RGB Variations
Color information
#ADC9CD (or 0xADC9CD) is known color: Jungle Mist. HEX triplet: AD, C9 and CD. RGB value is (173,201,205). Sum of RGB (Red+Green+Blue) = 173+201+205=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CD is #523632. Grayscale: #C1C1C1. Windows color (decimal): -5387827 or 13486509. OLE color: 13486509.
HSL color Cylindrical-coordinate representation of color #ADC9CD: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC9CD is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 201 | 205 | - |
CMYK | 0.16 | 0.02 | 0 | 0.20 |
HSL | 187.5º | 0.24% | 0.74% | - |
HSV(B) | 187.5º | 0.16% | 0.8% | - |
XYZ | 49.14 | 55.07 | 65.8 | - |
YUV | 193.08 | 134.72 | 113.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 201 | 205 | 0.16 | 0.02 | 0 | 0.20 | 187.5 | 0.24 | 0.74 |
Hex | AD | C9 | CD | 10 | 2 | 0 | 14 | BC | 18 | 4A |
Octal | 255 | 311 | 315 | 20 | 2 | 0 | 24 | 274 | 30 | 112 |
Binary | 10101101 | 11001001 | 11001101 | 10000 | 10 | 0 | 10100 | 10111100 | 11000 | 1001010 |
Color Harmonies of #ADC9CD
Complementary color
Monochromatic Colors of #ADC9CD
Black with #ADC9CD
Text Example
Text Example
White with #ADC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9CD; }
p { color: rgb(173,201,205); }
H1.HeaderClassName
{
color: #ADC9CD;
}
.AnyTagClassName
{
color: #ADC9CD;
}
</style>
background-color css
<style>
a { background-color: #ADC9CD; }
a { background-color: rgb(173,201,205); }
div.DivClassName
{
background-color: #ADC9CD;
}
.BgClassName
{
background-color: #ADC9CD;
}
</style>
border-color css
<style>
span { border-color: #ADC9CD; }
span { border-color: rgb(173,201,205); }
td.TdClassName
{
border-color: #ADC9CD;
}
.TagClassName
{
border-color: #ADC9CD;
}
</style>