#ACC0C1

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

Shades of Jungle Mist #ACC0C1

Tints of Jungle Mist #ACC0C1

Color information

#ACC0C1 (or 0xACC0C1) is unknown color: approx Jungle Mist. HEX triplet: AC, C0 and C1. RGB value is (172,192,193). Sum of RGB (Red+Green+Blue) = 172+192+193=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0C1 is #533F3E. Grayscale: #BABABA. Windows color (decimal): -5455679 or 12697772. OLE color: 12697772.

HSL color Cylindrical-coordinate representation of color #ACC0C1: hue angle of 182.86º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC0C1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172192193-
CMYK0.110.0100.24
HSL182.86º14.48%71.57%-
HSV(B)182.86º10.88%75.69%-
XYZ45.4950.3257.77-
YUV186.13131.87117.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=30.88%
G=34.47%
B=34.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721921930.110.0100.24182.8614.4871.57
HexACC0C1B1018b7e48
Octal25430030113103026716110
Binary101011001100000011000001101110110001011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0C1; }

 p { color: rgb(172,192,193); }

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

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

 a { background-color: rgb(172,192,193); }

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

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

 span { border-color: rgb(172,192,193); }

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