#ADC2C0

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

Shades of Jungle Mist #ADC2C0

Tints of Jungle Mist #ADC2C0

Color information

#ADC2C0 (or 0xADC2C0) is unknown color: approx Jungle Mist. HEX triplet: AD, C2 and C0. RGB value is (173,194,192). Sum of RGB (Red+Green+Blue) = 173+194+192=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2C0 is #523D3F. Grayscale: #BBBBBB. Windows color (decimal): -5389632 or 12632749. OLE color: 12632749.

HSL color Cylindrical-coordinate representation of color #ADC2C0: hue angle of 174.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2C0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB173194192-
CMYK0.1100.010.24
HSL174.29º14.69%71.96%-
HSV(B)174.29º10.82%76.08%-
XYZ46.0451.2757.34-
YUV187.49130.54117.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=30.95%
G=34.70%
B=34.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941920.1100.010.24174.2914.6971.96
HexADC2C0B0118aef48
Octal25530230013013025617110
Binary101011011100001011000000101101110001010111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2C0; }

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

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

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

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

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

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

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

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