#A2C2C0

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

Shades of Jungle Mist #A2C2C0

Tints of Jungle Mist #A2C2C0

Color information

#A2C2C0 (or 0xA2C2C0) is unknown color: approx Jungle Mist. HEX triplet: A2, C2 and C0. RGB value is (162,194,192). Sum of RGB (Red+Green+Blue) = 162+194+192=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C2C0 is #5D3D3F. Grayscale: #B8B8B8. Windows color (decimal): -6110528 or 12632738. OLE color: 12632738.

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

Color convert

RGB162194192-
CMYK0.1600.010.24
HSL176.25º20.78%69.8%-
HSV(B)176.25º16.49%76.08%-
XYZ43.7150.0757.23-
YUV184.2132.4112.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 194 (76.17% from 255) = 35.40%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=29.56%
G=35.40%
B=35.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941920.1600.010.24176.2520.7869.8
HexA2C2C0100118b01546
Octal24230230020013026025106
Binary10100010110000101100000010000011100010110000101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C2C0; }

 p { color: rgb(162,194,192); }

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

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

 a { background-color: rgb(162,194,192); }

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

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

 span { border-color: rgb(162,194,192); }

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