#ADC2C5

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

Shades of Jungle Mist #ADC2C5

Tints of Jungle Mist #ADC2C5

Color information

#ADC2C5 (or 0xADC2C5) is unknown color: approx Jungle Mist. HEX triplet: AD, C2 and C5. RGB value is (173,194,197). Sum of RGB (Red+Green+Blue) = 173+194+197=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADC2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2C5 is #523D3A. Grayscale: #BCBCBC. Windows color (decimal): -5389627 or 12960429. OLE color: 12960429.

HSL color Cylindrical-coordinate representation of color #ADC2C5: hue angle of 187.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 #ADC2C5 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173194197-
CMYK0.120.0200.23
HSL187.5º17.14%72.55%-
HSV(B)187.5º12.18%77.25%-
XYZ46.651.560.31-
YUV188.06133.04117.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 197 (77.34% from 255) = 34.93%
R=30.67%
G=34.40%
B=34.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731941970.120.0200.23187.517.1472.55
HexADC2C5C2017bc1149
Octal25530230514202727421111
Binary10101101110000101100010111001001011110111100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2C5; }

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

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

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

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

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

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

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

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