#ACCACE

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

Shades of Jungle Mist #ACCACE

Tints of Jungle Mist #ACCACE

Color information

#ACCACE (or 0xACCACE) is unknown color: approx Jungle Mist. HEX triplet: AC, CA and CE. RGB value is (172,202,206). Sum of RGB (Red+Green+Blue) = 172+202+206=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCACE is #533531. Grayscale: #C1C1C1. Windows color (decimal): -5453106 or 13552300. OLE color: 13552300.

HSL color Cylindrical-coordinate representation of color #ACCACE: hue angle of 187.06º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCACE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172202206-
CMYK0.170.0200.19
HSL187.06º25.76%74.12%-
HSV(B)187.06º16.5%80.78%-
XYZ49.2755.4766.5-
YUV193.49135.06112.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=29.66%
G=34.83%
B=35.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722022060.170.0200.19187.0625.7674.12
HexACCACE112013bb1a4a
Octal25431231621202327332112
Binary101011001100101011001110100011001001110111011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCACE; }

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

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

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

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

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

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

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

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