Html Css Color HEX #ADC8C4 Jungle Mist

📋 copy color: '#ADC8C4'

red 173 ◦ green 200 ◦ blue 196

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

Shades of Jungle Mist #ADC8C4

Tints of Jungle Mist #ADC8C4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.15%

 BLUE value IS 196 (76.95% from 255) = 34.45%

R = 30.4%
G = 35.15%
B = 34.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#ADC8C4 (or 0xADC8C4) is known color: Jungle Mist. HEX triplet: AD, C8 and C4. RGB value is (173,200,196). Sum of RGB (Red+Green+Blue) = 173+200+196=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8C4 is #52373B. Grayscale: #BFBFBF. Windows color (decimal): -5388092 or 12896429. OLE color: 12896429.

HSL color Cylindrical-coordinate representation of color #ADC8C4: hue angle of 171.11º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC8C4 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 196 -
CMYK 0.14 0 0.02 0.22
HSL 171.11º 0.2% 0.73% -
HSV(B) 171.11º 0.14% 0.78% -
XYZ 47.85 54.18 60.16 -
YUV 191.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 173 200 196 0.14 0 0.02 0.22 171.11 0.2 0.73
Hex AD C8 C4 E 0 2 16 AB 14 49
Octal 255 310 304 16 0 2 26 253 24 111
Binary 10101101 11001000 11000100 1110 0 10 10110 10101011 10100 1001001

Color Harmonies of #ADC8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8C4

Black with #ADC8C4

Text Example


Text Example

White with #ADC8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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