#A7C5CA

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

Shades of Jungle Mist #A7C5CA

Tints of Jungle Mist #A7C5CA

Color information

#A7C5CA (or 0xA7C5CA) is unknown color: approx Jungle Mist. HEX triplet: A7, C5 and CA. RGB value is (167,197,202). Sum of RGB (Red+Green+Blue) = 167+197+202=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C5CA is #583A35. Grayscale: #BCBCBC. Windows color (decimal): -5782070 or 13288871. OLE color: 13288871.

HSL color Cylindrical-coordinate representation of color #A7C5CA: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7C5CA is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167197202-
CMYK0.170.0200.21
HSL188.57º24.82%72.35%-
HSV(B)188.57º17.33%79.22%-
XYZ46.5652.4163.54-
YUV188.6135.56112.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.51%
GREEN value IS 197 (77.34% from 255) = 34.81%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=29.51%
G=34.81%
B=35.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671972020.170.0200.21188.5724.8272.35
HexA7C5CA112015bd1948
Octal24730531221202527531110
Binary101001111100010111001010100011001010110111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C5CA; }

 p { color: rgb(167,197,202); }

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

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

 a { background-color: rgb(167,197,202); }

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

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

 span { border-color: rgb(167,197,202); }

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