Html Css Color HEX #A6C2C1 Jungle Mist

📋 copy color: '#A6C2C1'

red 166 ◦ green 194 ◦ blue 193

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

Shades of Jungle Mist #A6C2C1

Tints of Jungle Mist #A6C2C1

RGB

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

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

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

R = 30.02%
G = 35.08%
B = 34.9%

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

#A6C2C1 (or 0xA6C2C1) is known color: Jungle Mist. HEX triplet: A6, C2 and C1. RGB value is (166,194,193). Sum of RGB (Red+Green+Blue) = 166+194+193=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2C1 is #593D3E. Grayscale: #B9B9B9. Windows color (decimal): -5848383 or 12698278. OLE color: 12698278.

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

Color convert

RGB 166 194 193 -
CMYK 0.14 0 0.01 0.24
HSL 177.86º 0.19% 0.71% -
HSV(B) 177.86º 0.14% 0.76% -
XYZ 44.64 50.54 57.85 -
YUV 185.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 166 194 193 0.14 0 0.01 0.24 177.86 0.19 0.71
Hex A6 C2 C1 E 0 1 18 B2 13 47
Octal 246 302 301 16 0 1 30 262 23 107
Binary 10100110 11000010 11000001 1110 0 1 11000 10110010 10011 1000111

Color Harmonies of #A6C2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2C1

Black with #A6C2C1

Text Example


Text Example

White with #A6C2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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