#ACC5CA

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

Shades of Jungle Mist #ACC5CA

Tints of Jungle Mist #ACC5CA

Color information

#ACC5CA (or 0xACC5CA) is unknown color: approx Jungle Mist. HEX triplet: AC, C5 and CA. RGB value is (172,197,202). Sum of RGB (Red+Green+Blue) = 172+197+202=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5CA is #533A35. Grayscale: #BEBEBE. Windows color (decimal): -5454390 or 13288876. OLE color: 13288876.

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

Color convert

RGB172197202-
CMYK0.150.0200.21
HSL190º22.06%73.33%-
HSV(B)190º14.85%79.22%-
XYZ47.6452.9763.59-
YUV190.1134.72115.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=30.12%
G=34.50%
B=35.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721972020.150.0200.2119022.0673.33
HexACC5CAF2015be1649
Octal25430531217202527626111
Binary10101100110001011100101011111001010110111110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5CA; }

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

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

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

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

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

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

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

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