Html Css Color HEX #ADC1C3 Jungle Mist

📋 copy color: '#ADC1C3'

red 173 ◦ green 193 ◦ blue 195

#ADC1C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #ADC1C3

Tints of Jungle Mist #ADC1C3

RGB

 RED value IS 173 (67.97% from 255) = 30.84%

 GREEN value IS 193 (75.78% from 255) = 34.4%

 BLUE value IS 195 (76.56% from 255) = 34.76%

R = 30.84%
G = 34.4%
B = 34.76%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADC1C3 (or 0xADC1C3) is known color: Jungle Mist. HEX triplet: AD, C1 and C3. RGB value is (173,193,195). Sum of RGB (Red+Green+Blue) = 173+193+195=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADC1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1C3 is #523E3C. Grayscale: #BBBBBB. Windows color (decimal): -5389885 or 12829101. OLE color: 12829101.

HSL color Cylindrical-coordinate representation of color #ADC1C3: hue angle of 185.45º 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 #ADC1C3 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 195 -
CMYK 0.11 0.01 0 0.24
HSL 185.45º 0.15% 0.72% -
HSV(B) 185.45º 0.11% 0.76% -
XYZ 46.15 50.96 59.03 -
YUV 187.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 173 193 195 0.11 0.01 0 0.24 185.45 0.15 0.72
Hex AD C1 C3 B 1 0 18 B9 F 48
Octal 255 301 303 13 1 0 30 271 17 110
Binary 10101101 11000001 11000011 1011 1 0 11000 10111001 1111 1001000

Color Harmonies of #ADC1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1C3

Black with #ADC1C3

Text Example


Text Example

White with #ADC1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1C3; }

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

 H1.HeaderClassName
 {
   color: #ADC1C3;
 }
 .AnyTagClassName
 {
   color: #ADC1C3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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