#ACC4C2

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

Shades of Jungle Mist #ACC4C2

Tints of Jungle Mist #ACC4C2

Color information

#ACC4C2 (or 0xACC4C2) is unknown color: approx Jungle Mist. HEX triplet: AC, C4 and C2. RGB value is (172,196,194). Sum of RGB (Red+Green+Blue) = 172+196+194=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4C2 is #533B3D. Grayscale: #BCBCBC. Windows color (decimal): -5454654 or 12764332. OLE color: 12764332.

HSL color Cylindrical-coordinate representation of color #ACC4C2: hue angle of 175º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4C2 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB172196194-
CMYK0.1200.010.23
HSL175º16.9%72.16%-
HSV(B)175º12.24%76.86%-
XYZ46.4952.1558.65-
YUV188.6131.05116.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=30.60%
G=34.88%
B=34.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961940.1200.010.2317516.972.16
HexACC4C2C0117af1148
Octal25430430214012725721110
Binary1010110011000100110000101100011011110101111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4C2; }

 p { color: rgb(172,196,194); }

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

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

 a { background-color: rgb(172,196,194); }

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

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

 span { border-color: rgb(172,196,194); }

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