#ADC0C1

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

Shades of Jungle Mist #ADC0C1

Tints of Jungle Mist #ADC0C1

Color information

#ADC0C1 (or 0xADC0C1) is unknown color: approx Jungle Mist. HEX triplet: AD, C0 and C1. RGB value is (173,192,193). Sum of RGB (Red+Green+Blue) = 173+192+193=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0C1 is #523F3E. Grayscale: #BABABA. Windows color (decimal): -5390143 or 12697773. OLE color: 12697773.

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

Color convert

RGB173192193-
CMYK0.100.0100.24
HSL183º13.89%71.76%-
HSV(B)183º10.36%75.69%-
XYZ45.7150.4357.78-
YUV186.43131.71118.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=31.00%
G=34.41%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731921930.100.0100.2418313.8971.76
HexADC0C1A1018b7e48
Octal25530030112103026716110
Binary101011011100000011000001101010110001011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0C1; }

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

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

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

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

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

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

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

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