#64ACAC

Color #64ACAC Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #64ACAC

Tints of Fountain Blue #64ACAC

Color information

#64ACAC (or 0x64ACAC) is unknown color: approx Fountain Blue. HEX triplet: 64, AC and AC. RGB value is (100,172,172). Sum of RGB (Red+Green+Blue) = 100+172+172=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #64ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ACAC is #9B5353. Grayscale: #969696. Windows color (decimal): -10179412 or 11316324. OLE color: 11316324.

HSL color Cylindrical-coordinate representation of color #64ACAC: hue angle of 180º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ACAC is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100172172-
CMYK0.42000.33
HSL180º30.25%53.33%-
HSV(B)180º41.86%67.45%-
XYZ27.4535.1944.38-
YUV150.47140.1592-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=22.52%
G=38.74%
B=38.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001721720.42000.3318030.2553.33
Hex64ACAC2A0021b41e35
Octal1442542545200412643665
Binary11001001010110010101100101010001000011011010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ACAC; }

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

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

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

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

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

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

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

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