#ACCACA

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

Shades of Jungle Mist #ACCACA

Tints of Jungle Mist #ACCACA

Color information

#ACCACA (or 0xACCACA) is unknown color: approx Jungle Mist. HEX triplet: AC, CA and CA. RGB value is (172,202,202). Sum of RGB (Red+Green+Blue) = 172+202+202=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #ACCACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCACA is #533535. Grayscale: #C1C1C1. Windows color (decimal): -5453110 or 13290156. OLE color: 13290156.

HSL color Cylindrical-coordinate representation of color #ACCACA: hue angle of 180º 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 #ACCACA is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172202202-
CMYK0.15000.21
HSL180º22.06%73.33%-
HSV(B)180º14.85%79.22%-
XYZ48.7955.2863.97-
YUV193.03133.06113-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=29.86%
G=35.07%
B=35.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722022020.15000.2118022.0673.33
HexACCACAF0015b41649
Octal25431231217002526426111
Binary1010110011001010110010101111001010110110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCACA; }

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

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

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

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

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

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

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

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