#64ABA9

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

Shades of Fountain Blue #64ABA9

Tints of Fountain Blue #64ABA9

Color information

#64ABA9 (or 0x64ABA9) is unknown color: approx Fountain Blue. HEX triplet: 64, AB and A9. RGB value is (100,171,169). Sum of RGB (Red+Green+Blue) = 100+171+169=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #64ABA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABA9 is #9B5456. Grayscale: #959595. Windows color (decimal): -10179671 or 11119460. OLE color: 11119460.

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

Color convert

RGB100171169-
CMYK0.4200.010.33
HSL178.31º29.71%53.14%-
HSV(B)178.31º41.52%67.06%-
XYZ26.9834.742.81-
YUV149.54138.9892.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.73%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=22.73%
G=38.86%
B=38.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001711690.4200.010.33178.3129.7153.14
Hex64ABA92A0121b21e35
Octal1442532515201412623665
Binary11001001010101110101001101010011000011011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,169); }

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

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

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

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

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

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

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