#64AEAC

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

Shades of Fountain Blue #64AEAC

Tints of Fountain Blue #64AEAC

Color information

#64AEAC (or 0x64AEAC) is unknown color: approx Fountain Blue. HEX triplet: 64, AE and AC. RGB value is (100,174,172). Sum of RGB (Red+Green+Blue) = 100+174+172=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #64AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AEAC is #9B5153. Grayscale: #979797. Windows color (decimal): -10178900 or 11316836. OLE color: 11316836.

HSL color Cylindrical-coordinate representation of color #64AEAC: hue angle of 178.38º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AEAC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB100174172-
CMYK0.4300.010.32
HSL178.38º31.36%53.73%-
HSV(B)178.38º42.53%68.24%-
XYZ27.8435.9644.5-
YUV151.65139.4891.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.42%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=22.42%
G=39.01%
B=38.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001741720.4300.010.32178.3831.3653.73
Hex64AEAC2B0120b21f36
Octal1442562545301402623766
Binary11001001010111010101100101011011000001011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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