#ACCAC9

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

Shades of Jungle Mist #ACCAC9

Tints of Jungle Mist #ACCAC9

Color information

#ACCAC9 (or 0xACCAC9) is unknown color: approx Jungle Mist. HEX triplet: AC, CA and C9. RGB value is (172,202,201). Sum of RGB (Red+Green+Blue) = 172+202+201=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC9 is #533536. Grayscale: #C0C0C0. Windows color (decimal): -5453111 or 13224620. OLE color: 13224620.

HSL color Cylindrical-coordinate representation of color #ACCAC9: hue angle of 178º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAC9 is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB172202201-
CMYK0.1500.000.21
HSL178º22.06%73.33%-
HSV(B)178º14.85%79.22%-
XYZ48.6855.2363.35-
YUV192.92132.56113.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 201 (78.91% from 255) = 34.96%
R=29.91%
G=35.13%
B=34.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722022010.1500.000.2117822.0673.33
HexACCAC9F0015b21649
Octal25431231117002526226111
Binary1010110011001010110010011111001010110110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAC9; }

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

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

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

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

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

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

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

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