Shades of Jungle Mist #ADCACB
Tints of Jungle Mist #ADCACB
RGB
CMYK
RGB Variations
Color information
#ADCACB (or 0xADCACB) is known color: Jungle Mist. HEX triplet: AD, CA and CB. RGB value is (173,202,203). Sum of RGB (Red+Green+Blue) = 173+202+203=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCACB is #523534. Grayscale: #C1C1C1. Windows color (decimal): -5387573 or 13355693. OLE color: 13355693.
HSL color Cylindrical-coordinate representation of color #ADCACB: hue angle of 182º 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 #ADCACB is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 202 | 203 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.20 |
| HSL | 182º | 0.22% | 0.74% | - |
| HSV(B) | 182º | 0.15% | 0.8% | - |
| XYZ | 49.13 | 55.44 | 64.61 | - |
| YUV | 193.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 203 | 0.15 | 0.00 | 0 | 0.20 | 182 | 0.22 | 0.74 |
| Hex | AD | CA | CB | F | 0 | 0 | 14 | B6 | 16 | 4A |
| Octal | 255 | 312 | 313 | 17 | 0 | 0 | 24 | 266 | 26 | 112 |
| Binary | 10101101 | 11001010 | 11001011 | 1111 | 0 | 0 | 10100 | 10110110 | 10110 | 1001010 |
Color Harmonies of #ADCACB
Complementary color
Monochromatic Colors of #ADCACB
Black with #ADCACB
Text Example
Text Example
White with #ADCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCACB; }
p { color: rgb(173,202,203); }
H1.HeaderClassName
{
color: #ADCACB;
}
.AnyTagClassName
{
color: #ADCACB;
}
</style>
background-color css
<style>
a { background-color: #ADCACB; }
a { background-color: rgb(173,202,203); }
div.DivClassName
{
background-color: #ADCACB;
}
.BgClassName
{
background-color: #ADCACB;
}
</style>
border-color css
<style>
span { border-color: #ADCACB; }
span { border-color: rgb(173,202,203); }
td.TdClassName
{
border-color: #ADCACB;
}
.TagClassName
{
border-color: #ADCACB;
}
</style>