Html Css Color HEX #ADC1BF Jungle Mist

📋 copy color: '#ADC1BF'

red 173 ◦ green 193 ◦ blue 191

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

Shades of Jungle Mist #ADC1BF

Tints of Jungle Mist #ADC1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.29%

R = 31.06%
G = 34.65%
B = 34.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#ADC1BF (or 0xADC1BF) is known color: Jungle Mist. HEX triplet: AD, C1 and BF. RGB value is (173,193,191). Sum of RGB (Red+Green+Blue) = 173+193+191=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1BF is #523E40. Grayscale: #BABABA. Windows color (decimal): -5389889 or 12566957. OLE color: 12566957.

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

Color convert

RGB 173 193 191 -
CMYK 0.10 0 0.01 0.24
HSL 174º 0.14% 0.72% -
HSV(B) 174º 0.1% 0.76% -
XYZ 45.71 50.79 56.68 -
YUV 186.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 173 193 191 0.10 0 0.01 0.24 174 0.14 0.72
Hex AD C1 BF A 0 1 18 AE E 48
Octal 255 301 277 12 0 1 30 256 16 110
Binary 10101101 11000001 10111111 1010 0 1 11000 10101110 1110 1001000

Color Harmonies of #ADC1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1BF

Black with #ADC1BF

Text Example


Text Example

White with #ADC1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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