#ACC9CC

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

Shades of Jungle Mist #ACC9CC

Tints of Jungle Mist #ACC9CC

Color information

#ACC9CC (or 0xACC9CC) is unknown color: approx Jungle Mist. HEX triplet: AC, C9 and CC. RGB value is (172,201,204). Sum of RGB (Red+Green+Blue) = 172+201+204=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9CC is #533633. Grayscale: #C0C0C0. Windows color (decimal): -5453364 or 13420972. OLE color: 13420972.

HSL color Cylindrical-coordinate representation of color #ACC9CC: hue angle of 185.62º 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 #ACC9CC is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172201204-
CMYK0.160.0100.2
HSL185.62º23.88%73.73%-
HSV(B)185.62º15.69%80%-
XYZ48.854.965.15-
YUV192.67134.39113.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 201 (78.91% from 255) = 34.84%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=29.81%
G=34.84%
B=35.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722012040.160.0100.2185.6223.8873.73
HexACC9CC101014ba184a
Octal25431131420102427230112
Binary10101100110010011100110010000101010010111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9CC; }

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

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

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

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

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

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

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

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