Shades of Jungle Mist #ADCDCD
Tints of Jungle Mist #ADCDCD
RGB
CMYK
RGB Variations
Color information
#ADCDCD (or 0xADCDCD) is known color: Jungle Mist. HEX triplet: AD, CD and CD. RGB value is (173,205,205). Sum of RGB (Red+Green+Blue) = 173+205+205=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #ADCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDCD is #523232. Grayscale: #C3C3C3. Windows color (decimal): -5386803 or 13487533. OLE color: 13487533.
HSL color Cylindrical-coordinate representation of color #ADCDCD: hue angle of 180º 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 #ADCDCD is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 205 | 205 | - |
CMYK | 0.16 | 0 | 0 | 0.20 |
HSL | 180º | 0.24% | 0.74% | - |
HSV(B) | 180º | 0.16% | 0.8% | - |
XYZ | 50.08 | 56.95 | 66.11 | - |
YUV | 195.43 | 133.4 | 112 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 205 | 205 | 0.16 | 0 | 0 | 0.20 | 180 | 0.24 | 0.74 |
Hex | AD | CD | CD | 10 | 0 | 0 | 14 | B4 | 18 | 4A |
Octal | 255 | 315 | 315 | 20 | 0 | 0 | 24 | 264 | 30 | 112 |
Binary | 10101101 | 11001101 | 11001101 | 10000 | 0 | 0 | 10100 | 10110100 | 11000 | 1001010 |
Color Harmonies of #ADCDCD
Complementary color
Monochromatic Colors of #ADCDCD
Black with #ADCDCD
Text Example
Text Example
White with #ADCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDCD; }
p { color: rgb(173,205,205); }
H1.HeaderClassName
{
color: #ADCDCD;
}
.AnyTagClassName
{
color: #ADCDCD;
}
</style>
background-color css
<style>
a { background-color: #ADCDCD; }
a { background-color: rgb(173,205,205); }
div.DivClassName
{
background-color: #ADCDCD;
}
.BgClassName
{
background-color: #ADCDCD;
}
</style>
border-color css
<style>
span { border-color: #ADCDCD; }
span { border-color: rgb(173,205,205); }
td.TdClassName
{
border-color: #ADCDCD;
}
.TagClassName
{
border-color: #ADCDCD;
}
</style>