Html Css Color HEX #ADC2C1 Jungle Mist

📋 copy color: '#ADC2C1'

red 173 ◦ green 194 ◦ blue 193

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

Shades of Jungle Mist #ADC2C1

Tints of Jungle Mist #ADC2C1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

 BLUE value IS 193 (75.78% from 255) = 34.46%

R = 30.89%
G = 34.64%
B = 34.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#ADC2C1 (or 0xADC2C1) is known color: Jungle Mist. HEX triplet: AD, C2 and C1. RGB value is (173,194,193). Sum of RGB (Red+Green+Blue) = 173+194+193=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2C1 is #523D3E. Grayscale: #BBBBBB. Windows color (decimal): -5389631 or 12698285. OLE color: 12698285.

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

Color convert

RGB 173 194 193 -
CMYK 0.11 0 0.01 0.24
HSL 177.14º 0.15% 0.72% -
HSV(B) 177.14º 0.11% 0.76% -
XYZ 46.15 51.32 57.93 -
YUV 187.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 173 194 193 0.11 0 0.01 0.24 177.14 0.15 0.72
Hex AD C2 C1 B 0 1 18 B1 F 48
Octal 255 302 301 13 0 1 30 261 17 110
Binary 10101101 11000010 11000001 1011 0 1 11000 10110001 1111 1001000

Color Harmonies of #ADC2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2C1

Black with #ADC2C1

Text Example


Text Example

White with #ADC2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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