#ACCAC8

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

Shades of Jungle Mist #ACCAC8

Tints of Jungle Mist #ACCAC8

Color information

#ACCAC8 (or 0xACCAC8) is unknown color: approx Jungle Mist. HEX triplet: AC, CA and C8. RGB value is (172,202,200). Sum of RGB (Red+Green+Blue) = 172+202+200=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC8 is #533537. Grayscale: #C0C0C0. Windows color (decimal): -5453112 or 13159084. OLE color: 13159084.

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

Color convert

RGB172202200-
CMYK0.1500.010.21
HSL176º22.06%73.33%-
HSV(B)176º14.85%79.22%-
XYZ48.5655.1862.74-
YUV192.8132.06113.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=29.97%
G=35.19%
B=34.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722022000.1500.010.2117622.0673.33
HexACCAC8F0115b01649
Octal25431231017012526026111
Binary1010110011001010110010001111011010110110000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAC8; }

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

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

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

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

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

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

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

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