#ACCAC6

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

Shades of Jungle Mist #ACCAC6

Tints of Jungle Mist #ACCAC6

Color information

#ACCAC6 (or 0xACCAC6) is unknown color: approx Jungle Mist. HEX triplet: AC, CA and C6. RGB value is (172,202,198). Sum of RGB (Red+Green+Blue) = 172+202+198=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC6 is #533539. Grayscale: #C0C0C0. Windows color (decimal): -5453114 or 13028012. OLE color: 13028012.

HSL color Cylindrical-coordinate representation of color #ACCAC6: hue angle of 172º 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 #ACCAC6 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB172202198-
CMYK0.1500.020.21
HSL172º22.06%73.33%-
HSV(B)172º14.85%79.22%-
XYZ48.3355.0961.51-
YUV192.57131.06113.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 198 (77.73% from 255) = 34.62%
R=30.07%
G=35.31%
B=34.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021980.1500.020.2117222.0673.33
HexACCAC6F0215ac1649
Octal25431230617022525426111
Binary10101100110010101100011011110101010110101100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAC6; }

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

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

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

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

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

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

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

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