Shades of Jungle Mist #ADC7CD
Tints of Jungle Mist #ADC7CD
RGB
CMYK
RGB Variations
Color information
#ADC7CD (or 0xADC7CD) is known color: Jungle Mist. HEX triplet: AD, C7 and CD. RGB value is (173,199,205). Sum of RGB (Red+Green+Blue) = 173+199+205=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CD is #523832. Grayscale: #BFBFBF. Windows color (decimal): -5388339 or 13485997. OLE color: 13485997.
HSL color Cylindrical-coordinate representation of color #ADC7CD: hue angle of 191.25º 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 #ADC7CD is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 199 | 205 | - |
CMYK | 0.16 | 0.03 | 0 | 0.20 |
HSL | 191.25º | 0.24% | 0.74% | - |
HSV(B) | 191.25º | 0.16% | 0.8% | - |
XYZ | 48.68 | 54.14 | 65.64 | - |
YUV | 191.91 | 135.39 | 114.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 199 | 205 | 0.16 | 0.03 | 0 | 0.20 | 191.25 | 0.24 | 0.74 |
Hex | AD | C7 | CD | 10 | 3 | 0 | 14 | BF | 18 | 4A |
Octal | 255 | 307 | 315 | 20 | 3 | 0 | 24 | 277 | 30 | 112 |
Binary | 10101101 | 11000111 | 11001101 | 10000 | 11 | 0 | 10100 | 10111111 | 11000 | 1001010 |
Color Harmonies of #ADC7CD
Complementary color
Monochromatic Colors of #ADC7CD
Black with #ADC7CD
Text Example
Text Example
White with #ADC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7CD; }
p { color: rgb(173,199,205); }
H1.HeaderClassName
{
color: #ADC7CD;
}
.AnyTagClassName
{
color: #ADC7CD;
}
</style>
background-color css
<style>
a { background-color: #ADC7CD; }
a { background-color: rgb(173,199,205); }
div.DivClassName
{
background-color: #ADC7CD;
}
.BgClassName
{
background-color: #ADC7CD;
}
</style>
border-color css
<style>
span { border-color: #ADC7CD; }
span { border-color: rgb(173,199,205); }
td.TdClassName
{
border-color: #ADC7CD;
}
.TagClassName
{
border-color: #ADC7CD;
}
</style>