#64AAAC

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

Shades of Fountain Blue #64AAAC

Tints of Fountain Blue #64AAAC

Color information

#64AAAC (or 0x64AAAC) is unknown color: approx Fountain Blue. HEX triplet: 64, AA and AC. RGB value is (100,170,172). Sum of RGB (Red+Green+Blue) = 100+170+172=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #64AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AAAC is #9B5553. Grayscale: #959595. Windows color (decimal): -10179924 or 11315812. OLE color: 11315812.

HSL color Cylindrical-coordinate representation of color #64AAAC: hue angle of 181.67º 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 #64AAAC is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100170172-
CMYK0.420.0100.33
HSL181.67º30.25%53.33%-
HSV(B)181.67º41.86%67.45%-
XYZ27.0834.4444.25-
YUV149.3140.8192.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.62%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=22.62%
G=38.46%
B=38.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001701720.420.0100.33181.6730.2553.33
Hex64AAAC2A1021b61e35
Octal1442522545210412663665
Binary11001001010101010101100101010101000011011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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