Shades of Jungle Mist #ADCBC7
Tints of Jungle Mist #ADCBC7
RGB
CMYK
RGB Variations
Color information
#ADCBC7 (or 0xADCBC7) is known color: Jungle Mist. HEX triplet: AD, CB and C7. RGB value is (173,203,199). Sum of RGB (Red+Green+Blue) = 173+203+199=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBC7 is #523438. Grayscale: #C1C1C1. Windows color (decimal): -5387321 or 13093805. OLE color: 13093805.
HSL color Cylindrical-coordinate representation of color #ADCBC7: hue angle of 172º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBC7 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 199 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.20 |
| HSL | 172º | 0.22% | 0.74% | - |
| HSV(B) | 172º | 0.15% | 0.8% | - |
| XYZ | 48.9 | 55.72 | 62.21 | - |
| YUV | 193.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 199 | 0.15 | 0 | 0.02 | 0.20 | 172 | 0.22 | 0.74 |
| Hex | AD | CB | C7 | F | 0 | 2 | 14 | AC | 16 | 4A |
| Octal | 255 | 313 | 307 | 17 | 0 | 2 | 24 | 254 | 26 | 112 |
| Binary | 10101101 | 11001011 | 11000111 | 1111 | 0 | 10 | 10100 | 10101100 | 10110 | 1001010 |
Color Harmonies of #ADCBC7
Complementary color
Monochromatic Colors of #ADCBC7
Black with #ADCBC7
Text Example
Text Example
White with #ADCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBC7; }
p { color: rgb(173,203,199); }
H1.HeaderClassName
{
color: #ADCBC7;
}
.AnyTagClassName
{
color: #ADCBC7;
}
</style>
background-color css
<style>
a { background-color: #ADCBC7; }
a { background-color: rgb(173,203,199); }
div.DivClassName
{
background-color: #ADCBC7;
}
.BgClassName
{
background-color: #ADCBC7;
}
</style>
border-color css
<style>
span { border-color: #ADCBC7; }
span { border-color: rgb(173,203,199); }
td.TdClassName
{
border-color: #ADCBC7;
}
.TagClassName
{
border-color: #ADCBC7;
}
</style>