#A8C5CA

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

Shades of Jungle Mist #A8C5CA

Tints of Jungle Mist #A8C5CA

Color information

#A8C5CA (or 0xA8C5CA) is unknown color: approx Jungle Mist. HEX triplet: A8, C5 and CA. RGB value is (168,197,202). Sum of RGB (Red+Green+Blue) = 168+197+202=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C5CA is #573A35. Grayscale: #BCBCBC. Windows color (decimal): -5716534 or 13288872. OLE color: 13288872.

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

Color convert

RGB168197202-
CMYK0.170.0200.21
HSL188.82º24.29%72.55%-
HSV(B)188.82º16.83%79.22%-
XYZ46.7852.5263.55-
YUV188.9135.39113.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.63%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=29.63%
G=34.74%
B=35.63%

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
Decimal1681972020.170.0200.21188.8224.2972.55
HexA8C5CA112015bd1849
Octal25030531221202527530111
Binary101010001100010111001010100011001010110111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C5CA; }

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

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

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

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

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

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

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

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