Html Css Color HEX #A6C1BF Jungle Mist

📋 copy color: '#A6C1BF'

red 166 ◦ green 193 ◦ blue 191

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

Shades of Jungle Mist #A6C1BF

Tints of Jungle Mist #A6C1BF

RGB

 RED value IS 166 (65.23% from 255) = 30.18%

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

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

R = 30.18%
G = 35.09%
B = 34.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#A6C1BF (or 0xA6C1BF) is known color: Jungle Mist. HEX triplet: A6, C1 and BF. RGB value is (166,193,191). Sum of RGB (Red+Green+Blue) = 166+193+191=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1BF is #593E40. Grayscale: #B8B8B8. Windows color (decimal): -5848641 or 12566950. OLE color: 12566950.

HSL color Cylindrical-coordinate representation of color #A6C1BF: hue angle of 175.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C1BF is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 193 191 -
CMYK 0.14 0 0.01 0.24
HSL 175.56º 0.18% 0.7% -
HSV(B) 175.56º 0.14% 0.76% -
XYZ 44.2 50.01 56.61 -
YUV 184.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 166 193 191 0.14 0 0.01 0.24 175.56 0.18 0.7
Hex A6 C1 BF E 0 1 18 B0 12 46
Octal 246 301 277 16 0 1 30 260 22 106
Binary 10100110 11000001 10111111 1110 0 1 11000 10110000 10010 1000110

Color Harmonies of #A6C1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C1BF

Black with #A6C1BF

Text Example


Text Example

White with #A6C1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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