#64AAAA

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

Shades of Fountain Blue #64AAAA

Tints of Fountain Blue #64AAAA

Color information

#64AAAA (or 0x64AAAA) is unknown color: approx Fountain Blue. HEX triplet: 64, AA and AA. RGB value is (100,170,170). Sum of RGB (Red+Green+Blue) = 100+170+170=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #64AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AAAA is #9B5555. Grayscale: #959595. Windows color (decimal): -10179926 or 11184740. OLE color: 11184740.

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

Color convert

RGB100170170-
CMYK0.41000.33
HSL180º29.17%52.94%-
HSV(B)180º41.18%66.67%-
XYZ26.8934.3643.25-
YUV149.07139.8193-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.73%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=22.73%
G=38.64%
B=38.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001701700.41000.3318029.1752.94
Hex64AAAA290021b41d35
Octal1442522525100412643565
Binary11001001010101010101010101001001000011011010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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