#66A4AB

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

Shades of Fountain Blue #66A4AB

Tints of Fountain Blue #66A4AB

Color information

#66A4AB (or 0x66A4AB) is unknown color: approx Fountain Blue. HEX triplet: 66, A4 and AB. RGB value is (102,164,171). Sum of RGB (Red+Green+Blue) = 102+164+171=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #66A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A4AB is #995B54. Grayscale: #929292. Windows color (decimal): -10050389 or 11248742. OLE color: 11248742.

HSL color Cylindrical-coordinate representation of color #66A4AB: hue angle of 186.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A4AB is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102164171-
CMYK0.400.0400.33
HSL186.09º29.11%53.53%-
HSV(B)186.09º40.35%67.06%-
XYZ26.1132.3243.39-
YUV146.26141.9696.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=23.34%
G=37.53%
B=39.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021641710.400.0400.33186.0929.1153.53
Hex66A4AB284021ba1d36
Octal1462442535040412723566
Binary1100110101001001010101110100010001000011011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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