Shades of Jungle Mist #ADC8CD
Tints of Jungle Mist #ADC8CD
RGB
CMYK
RGB Variations
Color information
#ADC8CD (or 0xADC8CD) is known color: Jungle Mist. HEX triplet: AD, C8 and CD. RGB value is (173,200,205). Sum of RGB (Red+Green+Blue) = 173+200+205=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8CD is #523732. Grayscale: #C0C0C0. Windows color (decimal): -5388083 or 13486253. OLE color: 13486253.
HSL color Cylindrical-coordinate representation of color #ADC8CD: hue angle of 189.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC8CD is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 200 | 205 | - |
CMYK | 0.16 | 0.02 | 0 | 0.20 |
HSL | 189.38º | 0.24% | 0.74% | - |
HSV(B) | 189.38º | 0.16% | 0.8% | - |
XYZ | 48.91 | 54.6 | 65.72 | - |
YUV | 192.5 | 135.05 | 114.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 200 | 205 | 0.16 | 0.02 | 0 | 0.20 | 189.38 | 0.24 | 0.74 |
Hex | AD | C8 | CD | 10 | 2 | 0 | 14 | BD | 18 | 4A |
Octal | 255 | 310 | 315 | 20 | 2 | 0 | 24 | 275 | 30 | 112 |
Binary | 10101101 | 11001000 | 11001101 | 10000 | 10 | 0 | 10100 | 10111101 | 11000 | 1001010 |
Color Harmonies of #ADC8CD
Complementary color
Monochromatic Colors of #ADC8CD
Black with #ADC8CD
Text Example
Text Example
White with #ADC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8CD; }
p { color: rgb(173,200,205); }
H1.HeaderClassName
{
color: #ADC8CD;
}
.AnyTagClassName
{
color: #ADC8CD;
}
</style>
background-color css
<style>
a { background-color: #ADC8CD; }
a { background-color: rgb(173,200,205); }
div.DivClassName
{
background-color: #ADC8CD;
}
.BgClassName
{
background-color: #ADC8CD;
}
</style>
border-color css
<style>
span { border-color: #ADC8CD; }
span { border-color: rgb(173,200,205); }
td.TdClassName
{
border-color: #ADC8CD;
}
.TagClassName
{
border-color: #ADC8CD;
}
</style>