Shades of Jungle Mist #ADCBC8
Tints of Jungle Mist #ADCBC8
RGB
CMYK
RGB Variations
Color information
#ADCBC8 (or 0xADCBC8) is known color: Jungle Mist. HEX triplet: AD, CB and C8. RGB value is (173,203,200). Sum of RGB (Red+Green+Blue) = 173+203+200=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBC8 is #523437. Grayscale: #C1C1C1. Windows color (decimal): -5387320 or 13159341. OLE color: 13159341.
HSL color Cylindrical-coordinate representation of color #ADCBC8: hue angle of 174º 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 #ADCBC8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 200 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.20 |
| HSL | 174º | 0.22% | 0.74% | - |
| HSV(B) | 174º | 0.15% | 0.8% | - |
| XYZ | 49.01 | 55.77 | 62.82 | - |
| YUV | 193.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 200 | 0.15 | 0 | 0.01 | 0.20 | 174 | 0.22 | 0.74 |
| Hex | AD | CB | C8 | F | 0 | 1 | 14 | AE | 16 | 4A |
| Octal | 255 | 313 | 310 | 17 | 0 | 1 | 24 | 256 | 26 | 112 |
| Binary | 10101101 | 11001011 | 11001000 | 1111 | 0 | 1 | 10100 | 10101110 | 10110 | 1001010 |
Color Harmonies of #ADCBC8
Complementary color
Monochromatic Colors of #ADCBC8
Black with #ADCBC8
Text Example
Text Example
White with #ADCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBC8; }
p { color: rgb(173,203,200); }
H1.HeaderClassName
{
color: #ADCBC8;
}
.AnyTagClassName
{
color: #ADCBC8;
}
</style>
background-color css
<style>
a { background-color: #ADCBC8; }
a { background-color: rgb(173,203,200); }
div.DivClassName
{
background-color: #ADCBC8;
}
.BgClassName
{
background-color: #ADCBC8;
}
</style>
border-color css
<style>
span { border-color: #ADCBC8; }
span { border-color: rgb(173,203,200); }
td.TdClassName
{
border-color: #ADCBC8;
}
.TagClassName
{
border-color: #ADCBC8;
}
</style>