#A5C8C5

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

Shades of Jungle Mist #A5C8C5

Tints of Jungle Mist #A5C8C5

Color information

#A5C8C5 (or 0xA5C8C5) is unknown color: approx Jungle Mist. HEX triplet: A5, C8 and C5. RGB value is (165,200,197). Sum of RGB (Red+Green+Blue) = 165+200+197=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C8C5 is #5A373A. Grayscale: #BDBDBD. Windows color (decimal): -5912379 or 12961957. OLE color: 12961957.

HSL color Cylindrical-coordinate representation of color #A5C8C5: hue angle of 174.86º degrees, saturation: 0.24, 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 #A5C8C5 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB165200197-
CMYK0.1800.020.22
HSL174.86º24.14%71.57%-
HSV(B)174.86º17.5%78.43%-
XYZ46.2553.3460.68-
YUV189.19132.4110.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 200 (78.52% from 255) = 35.59%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=29.36%
G=35.59%
B=35.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1652001970.1800.020.22174.8624.1471.57
HexA5C8C5120216af1848
Octal24531030522022625730110
Binary101001011100100011000101100100101011010101111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8C5; }

 p { color: rgb(165,200,197); }

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

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

 a { background-color: rgb(165,200,197); }

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

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

 span { border-color: rgb(165,200,197); }

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