#66A4AF

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

Shades of Fountain Blue #66A4AF

Tints of Fountain Blue #66A4AF

Color information

#66A4AF (or 0x66A4AF) is unknown color: approx Fountain Blue. HEX triplet: 66, A4 and AF. RGB value is (102,164,175). Sum of RGB (Red+Green+Blue) = 102+164+175=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #66A4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A4AF is #995B50. Grayscale: #929292. Windows color (decimal): -10050385 or 11510886. OLE color: 11510886.

HSL color Cylindrical-coordinate representation of color #66A4AF: hue angle of 189.04º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66A4AF is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102164175-
CMYK0.420.0600.31
HSL189.04º31.33%54.31%-
HSV(B)189.04º41.71%68.63%-
XYZ26.4932.4745.43-
YUV146.72143.9696.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=23.13%
G=37.19%
B=39.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021641750.420.0600.31189.0431.3354.31
Hex66A4AF2A601Fbd1f36
Octal1462442575260372753766
Binary110011010100100101011111010101100111111011110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A4AF; }

 p { color: rgb(102,164,175); }

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

<style>
 a { background-color: #66A4AF; }

 a { background-color: rgb(102,164,175); }

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

<style>
 span { border-color: #66A4AF; }

 span { border-color: rgb(102,164,175); }

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