#A6C2C7

Color #A6C2C7 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #A6C2C7

Tints of Jungle Mist #A6C2C7

Color information

#A6C2C7 (or 0xA6C2C7) is unknown color: approx Jungle Mist. HEX triplet: A6, C2 and C7. RGB value is (166,194,199). Sum of RGB (Red+Green+Blue) = 166+194+199=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #A6C2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2C7 is #593D38. Grayscale: #BABABA. Windows color (decimal): -5848377 or 13091494. OLE color: 13091494.

HSL color Cylindrical-coordinate representation of color #A6C2C7: hue angle of 189.09º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C2C7 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166194199-
CMYK0.170.0300.22
HSL189.09º22.76%71.57%-
HSV(B)189.09º16.58%78.04%-
XYZ45.3350.8161.45-
YUV186.2135.22113.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=29.70%
G=34.70%
B=35.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661941990.170.0300.22189.0922.7671.57
HexA6C2C7113016bd1748
Octal24630230721302627527110
Binary101001101100001011000111100011101011010111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C2C7; }

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

 H1.HeaderClassName
 {
   color: #A6C2C7;
 }
 .AnyTagClassName
 {
   color: #A6C2C7;
 }
</style>
background-color css

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

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

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

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

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

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