Shades of Jungle Mist #ADCCCC
Tints of Jungle Mist #ADCCCC
RGB
CMYK
RGB Variations
Color information
#ADCCCC (or 0xADCCCC) is known color: Jungle Mist. HEX triplet: AD, CC and CC. RGB value is (173,204,204). Sum of RGB (Red+Green+Blue) = 173+204+204=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #ADCCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCCC is #523333. Grayscale: #C2C2C2. Windows color (decimal): -5387060 or 13421741. OLE color: 13421741.
HSL color Cylindrical-coordinate representation of color #ADCCCC: hue angle of 180º degrees, saturation: 0.23, 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 #ADCCCC is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 173 | 204 | 204 | - |
CMYK | 0.15 | 0 | 0 | 0.2 |
HSL | 180º | 0.23% | 0.74% | - |
HSV(B) | 180º | 0.15% | 0.8% | - |
XYZ | 49.73 | 56.43 | 65.4 | - |
YUV | 194.73 | 133.23 | 112.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 204 | 204 | 0.15 | 0 | 0 | 0.2 | 180 | 0.23 | 0.74 |
Hex | AD | CC | CC | F | 0 | 0 | 14 | B4 | 17 | 4A |
Octal | 255 | 314 | 314 | 17 | 0 | 0 | 24 | 264 | 27 | 112 |
Binary | 10101101 | 11001100 | 11001100 | 1111 | 0 | 0 | 10100 | 10110100 | 10111 | 1001010 |
Color Harmonies of #ADCCCC
Complementary color
Monochromatic Colors of #ADCCCC
Black with #ADCCCC
Text Example
Text Example
White with #ADCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCCC; }
p { color: rgb(173,204,204); }
H1.HeaderClassName
{
color: #ADCCCC;
}
.AnyTagClassName
{
color: #ADCCCC;
}
</style>
background-color css
<style>
a { background-color: #ADCCCC; }
a { background-color: rgb(173,204,204); }
div.DivClassName
{
background-color: #ADCCCC;
}
.BgClassName
{
background-color: #ADCCCC;
}
</style>
border-color css
<style>
span { border-color: #ADCCCC; }
span { border-color: rgb(173,204,204); }
td.TdClassName
{
border-color: #ADCCCC;
}
.TagClassName
{
border-color: #ADCCCC;
}
</style>