Html Css Color HEX #ADC2C3 Jungle Mist

📋 copy color: '#ADC2C3'

red 173 ◦ green 194 ◦ blue 195

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

Shades of Jungle Mist #ADC2C3

Tints of Jungle Mist #ADC2C3

RGB

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

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

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

R = 30.78%
G = 34.52%
B = 34.7%

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

#ADC2C3 (or 0xADC2C3) is known color: Jungle Mist. HEX triplet: AD, C2 and C3. RGB value is (173,194,195). Sum of RGB (Red+Green+Blue) = 173+194+195=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADC2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2C3 is #523D3C. Grayscale: #BBBBBB. Windows color (decimal): -5389629 or 12829357. OLE color: 12829357.

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

Color convert

RGB 173 194 195 -
CMYK 0.11 0.01 0 0.24
HSL 182.73º 0.15% 0.72% -
HSV(B) 182.73º 0.11% 0.76% -
XYZ 46.38 51.41 59.11 -
YUV 187.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 173 194 195 0.11 0.01 0 0.24 182.73 0.15 0.72
Hex AD C2 C3 B 1 0 18 B7 F 48
Octal 255 302 303 13 1 0 30 267 17 110
Binary 10101101 11000010 11000011 1011 1 0 11000 10110111 1111 1001000

Color Harmonies of #ADC2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2C3

Black with #ADC2C3

Text Example


Text Example

White with #ADC2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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