Shades of Jungle Mist #ADC5C3
Tints of Jungle Mist #ADC5C3
RGB
CMYK
RGB Variations
Color information
#ADC5C3 (or 0xADC5C3) is known color: Jungle Mist. HEX triplet: AD, C5 and C3. RGB value is (173,197,195). Sum of RGB (Red+Green+Blue) = 173+197+195=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5C3 is #523A3C. Grayscale: #BDBDBD. Windows color (decimal): -5388861 or 12830125. OLE color: 12830125.
HSL color Cylindrical-coordinate representation of color #ADC5C3: hue angle of 175º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5C3 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 195 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.23 |
| HSL | 175º | 0.17% | 0.73% | - |
| HSV(B) | 175º | 0.12% | 0.77% | - |
| XYZ | 47.05 | 52.76 | 59.33 | - |
| YUV | 189.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 195 | 0.12 | 0 | 0.01 | 0.23 | 175 | 0.17 | 0.73 |
| Hex | AD | C5 | C3 | C | 0 | 1 | 17 | AF | 11 | 49 |
| Octal | 255 | 305 | 303 | 14 | 0 | 1 | 27 | 257 | 21 | 111 |
| Binary | 10101101 | 11000101 | 11000011 | 1100 | 0 | 1 | 10111 | 10101111 | 10001 | 1001001 |
Color Harmonies of #ADC5C3
Complementary color
Monochromatic Colors of #ADC5C3
Black with #ADC5C3
Text Example
Text Example
White with #ADC5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5C3; }
p { color: rgb(173,197,195); }
H1.HeaderClassName
{
color: #ADC5C3;
}
.AnyTagClassName
{
color: #ADC5C3;
}
</style>
background-color css
<style>
a { background-color: #ADC5C3; }
a { background-color: rgb(173,197,195); }
div.DivClassName
{
background-color: #ADC5C3;
}
.BgClassName
{
background-color: #ADC5C3;
}
</style>
border-color css
<style>
span { border-color: #ADC5C3; }
span { border-color: rgb(173,197,195); }
td.TdClassName
{
border-color: #ADC5C3;
}
.TagClassName
{
border-color: #ADC5C3;
}
</style>