#ACC6CC

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

Shades of Jungle Mist #ACC6CC

Tints of Jungle Mist #ACC6CC

Color information

#ACC6CC (or 0xACC6CC) is unknown color: approx Jungle Mist. HEX triplet: AC, C6 and CC. RGB value is (172,198,204). Sum of RGB (Red+Green+Blue) = 172+198+204=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6CC is #533933. Grayscale: #BEBEBE. Windows color (decimal): -5454132 or 13420204. OLE color: 13420204.

HSL color Cylindrical-coordinate representation of color #ACC6CC: hue angle of 191.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC6CC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172198204-
CMYK0.160.0300.2
HSL191.25º23.88%73.73%-
HSV(B)191.25º15.69%80%-
XYZ48.1153.5264.92-
YUV190.91135.39114.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=29.97%
G=34.49%
B=35.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721982040.160.0300.2191.2523.8873.73
HexACC6CC103014bf184a
Octal25430631420302427730112
Binary101011001100011011001100100001101010010111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6CC; }

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

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

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

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

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

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

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

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