#ACCACC

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

Shades of Jungle Mist #ACCACC

Tints of Jungle Mist #ACCACC

Color information

#ACCACC (or 0xACCACC) is unknown color: approx Jungle Mist. HEX triplet: AC, CA and CC. RGB value is (172,202,204). Sum of RGB (Red+Green+Blue) = 172+202+204=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCACC is #533533. Grayscale: #C1C1C1. Windows color (decimal): -5453108 or 13421228. OLE color: 13421228.

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

Color convert

RGB172202204-
CMYK0.160.0100.2
HSL183.75º23.88%73.73%-
HSV(B)183.75º15.69%80%-
XYZ49.0355.3765.23-
YUV193.26134.06112.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=29.76%
G=34.95%
B=35.29%

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
Decimal1722022040.160.0100.2183.7523.8873.73
HexACCACC101014b8184a
Octal25431231420102427030112
Binary10101100110010101100110010000101010010111000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCACC; }

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

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

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

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

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

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

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

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