#64ACAB

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

Shades of Fountain Blue #64ACAB

Tints of Fountain Blue #64ACAB

Color information

#64ACAB (or 0x64ACAB) is unknown color: approx Fountain Blue. HEX triplet: 64, AC and AB. RGB value is (100,172,171). Sum of RGB (Red+Green+Blue) = 100+172+171=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #64ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ACAB is #9B5354. Grayscale: #969696. Windows color (decimal): -10179413 or 11250788. OLE color: 11250788.

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

Color convert

RGB100172171-
CMYK0.4200.010.33
HSL179.17º30.25%53.33%-
HSV(B)179.17º41.86%67.45%-
XYZ27.3635.1543.87-
YUV150.36139.6592.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=22.57%
G=38.83%
B=38.60%

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
Decimal1001721710.4200.010.33179.1730.2553.33
Hex64ACAB2A0121b31e35
Octal1442542535201412633665
Binary11001001010110010101011101010011000011011001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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