Shades of Jungle Mist #ADC8C8
Tints of Jungle Mist #ADC8C8
RGB
CMYK
RGB Variations
Color information
#ADC8C8 (or 0xADC8C8) is known color: Jungle Mist. HEX triplet: AD, C8 and C8. RGB value is (173,200,200). Sum of RGB (Red+Green+Blue) = 173+200+200=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 200 - color contains mainly: green, blue. Hex color #ADC8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8C8 is #523737. Grayscale: #BFBFBF. Windows color (decimal): -5388088 or 13158573. OLE color: 13158573.
HSL color Cylindrical-coordinate representation of color #ADC8C8: hue angle of 180º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC8C8 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 173 | 200 | 200 | - |
CMYK | 0.14 | 0 | 0 | 0.22 |
HSL | 180º | 0.2% | 0.73% | - |
HSV(B) | 180º | 0.14% | 0.78% | - |
XYZ | 48.31 | 54.36 | 62.59 | - |
YUV | 191.93 | 132.55 | 114.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 200 | 200 | 0.14 | 0 | 0 | 0.22 | 180 | 0.2 | 0.73 |
Hex | AD | C8 | C8 | E | 0 | 0 | 16 | B4 | 14 | 49 |
Octal | 255 | 310 | 310 | 16 | 0 | 0 | 26 | 264 | 24 | 111 |
Binary | 10101101 | 11001000 | 11001000 | 1110 | 0 | 0 | 10110 | 10110100 | 10100 | 1001001 |
Color Harmonies of #ADC8C8
Complementary color
Monochromatic Colors of #ADC8C8
Black with #ADC8C8
Text Example
Text Example
White with #ADC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8C8; }
p { color: rgb(173,200,200); }
H1.HeaderClassName
{
color: #ADC8C8;
}
.AnyTagClassName
{
color: #ADC8C8;
}
</style>
background-color css
<style>
a { background-color: #ADC8C8; }
a { background-color: rgb(173,200,200); }
div.DivClassName
{
background-color: #ADC8C8;
}
.BgClassName
{
background-color: #ADC8C8;
}
</style>
border-color css
<style>
span { border-color: #ADC8C8; }
span { border-color: rgb(173,200,200); }
td.TdClassName
{
border-color: #ADC8C8;
}
.TagClassName
{
border-color: #ADC8C8;
}
</style>