#ADC4C3

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

Shades of Jungle Mist #ADC4C3

Tints of Jungle Mist #ADC4C3

Color information

#ADC4C3 (or 0xADC4C3) is unknown color: approx Jungle Mist. HEX triplet: AD, C4 and C3. RGB value is (173,196,195). Sum of RGB (Red+Green+Blue) = 173+196+195=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4C3 is #523B3C. Grayscale: #BCBCBC. Windows color (decimal): -5389117 or 12829869. OLE color: 12829869.

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

Color convert

RGB173196195-
CMYK0.1200.010.23
HSL177.39º16.31%72.35%-
HSV(B)177.39º11.73%76.86%-
XYZ46.8252.359.26-
YUV189.01131.38116.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 196 (76.95% from 255) = 34.75%
BLUE value IS 195 (76.56% from 255) = 34.57%
R=30.67%
G=34.75%
B=34.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961950.1200.010.23177.3916.3172.35
HexADC4C3C0117b11048
Octal25530430314012726120110
Binary1010110111000100110000111100011011110110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4C3; }

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

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

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

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

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

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

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

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