#ACCACD

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

Shades of Jungle Mist #ACCACD

Tints of Jungle Mist #ACCACD

Color information

#ACCACD (or 0xACCACD) is unknown color: approx Jungle Mist. HEX triplet: AC, CA and CD. RGB value is (172,202,205). Sum of RGB (Red+Green+Blue) = 172+202+205=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCACD is #533532. Grayscale: #C1C1C1. Windows color (decimal): -5453107 or 13486764. OLE color: 13486764.

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

Color convert

RGB172202205-
CMYK0.160.0100.20
HSL185.45º24.81%73.92%-
HSV(B)185.45º16.1%80.39%-
XYZ49.1555.4265.86-
YUV193.37134.56112.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=29.71%
G=34.89%
B=35.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722022050.160.0100.20185.4524.8173.92
HexACCACD101014b9194a
Octal25431231520102427131112
Binary10101100110010101100110110000101010010111001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCACD; }

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

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

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

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

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

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

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

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