Shades of Jungle Mist #ADC1C1
Tints of Jungle Mist #ADC1C1
RGB
CMYK
RGB Variations
Color information
#ADC1C1 (or 0xADC1C1) is known color: Jungle Mist. HEX triplet: AD, C1 and C1. RGB value is (173,193,193). Sum of RGB (Red+Green+Blue) = 173+193+193=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #ADC1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1C1 is #523E3E. Grayscale: #BABABA. Windows color (decimal): -5389887 or 12698029. OLE color: 12698029.
HSL color Cylindrical-coordinate representation of color #ADC1C1: hue angle of 180º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC1C1 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 193 | - |
| CMYK | 0.10 | 0 | 0 | 0.24 |
| HSL | 180º | 0.14% | 0.72% | - |
| HSV(B) | 180º | 0.1% | 0.76% | - |
| XYZ | 45.93 | 50.87 | 57.85 | - |
| YUV | 187.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 193 | 0.10 | 0 | 0 | 0.24 | 180 | 0.14 | 0.72 |
| Hex | AD | C1 | C1 | A | 0 | 0 | 18 | B4 | E | 48 |
| Octal | 255 | 301 | 301 | 12 | 0 | 0 | 30 | 264 | 16 | 110 |
| Binary | 10101101 | 11000001 | 11000001 | 1010 | 0 | 0 | 11000 | 10110100 | 1110 | 1001000 |
Color Harmonies of #ADC1C1
Complementary color
Monochromatic Colors of #ADC1C1
Black with #ADC1C1
Text Example
Text Example
White with #ADC1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1C1; }
p { color: rgb(173,193,193); }
H1.HeaderClassName
{
color: #ADC1C1;
}
.AnyTagClassName
{
color: #ADC1C1;
}
</style>
background-color css
<style>
a { background-color: #ADC1C1; }
a { background-color: rgb(173,193,193); }
div.DivClassName
{
background-color: #ADC1C1;
}
.BgClassName
{
background-color: #ADC1C1;
}
</style>
border-color css
<style>
span { border-color: #ADC1C1; }
span { border-color: rgb(173,193,193); }
td.TdClassName
{
border-color: #ADC1C1;
}
.TagClassName
{
border-color: #ADC1C1;
}
</style>