#ADC4C5

Color #ADC4C5 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ADC4C5

Tints of Jungle Mist #ADC4C5

Color information

#ADC4C5 (or 0xADC4C5) is unknown color: approx Jungle Mist. HEX triplet: AD, C4 and C5. RGB value is (173,196,197). Sum of RGB (Red+Green+Blue) = 173+196+197=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADC4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4C5 is #523B3A. Grayscale: #BDBDBD. Windows color (decimal): -5389115 or 12960941. OLE color: 12960941.

HSL color Cylindrical-coordinate representation of color #ADC4C5: hue angle of 182.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4C5 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173196197-
CMYK0.120.0100.23
HSL182.5º17.14%72.55%-
HSV(B)182.5º12.18%77.25%-
XYZ47.0552.460.46-
YUV189.24132.38116.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 197 (77.34% from 255) = 34.81%
R=30.57%
G=34.63%
B=34.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961970.120.0100.23182.517.1472.55
HexADC4C5C1017b61149
Octal25530430514102726621111
Binary1010110111000100110001011100101011110110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4C5; }

 p { color: rgb(173,196,197); }

 H1.HeaderClassName
 {
   color: #ADC4C5;
 }
 .AnyTagClassName
 {
   color: #ADC4C5;
 }
</style>
background-color css

<style>
 a { background-color: #ADC4C5; }

 a { background-color: rgb(173,196,197); }

 div.DivClassName
 {
   background-color: #ADC4C5;
 }
 .BgClassName
 {
   background-color: #ADC4C5;
 }
</style>
border-color css

<style>
 span { border-color: #ADC4C5; }

 span { border-color: rgb(173,196,197); }

 td.TdClassName
 {
   border-color: #ADC4C5;
 }
 .TagClassName
 {
   border-color: #ADC4C5;
 }
</style>