#66A0AC

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

Shades of Fountain Blue #66A0AC

Tints of Fountain Blue #66A0AC

Color information

#66A0AC (or 0x66A0AC) is unknown color: approx Fountain Blue. HEX triplet: 66, A0 and AC. RGB value is (102,160,172). Sum of RGB (Red+Green+Blue) = 102+160+172=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #66A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A0AC is #995F53. Grayscale: #8F8F8F. Windows color (decimal): -10051412 or 11313254. OLE color: 11313254.

HSL color Cylindrical-coordinate representation of color #66A0AC: hue angle of 190.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66A0AC is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102160172-
CMYK0.410.0700.33
HSL190.29º29.66%53.73%-
HSV(B)190.29º40.7%67.45%-
XYZ25.530.9443.66-
YUV144.03143.7898.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.50%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=23.50%
G=36.87%
B=39.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021601720.410.0700.33190.2929.6653.73
Hex66A0AC297021be1e36
Octal1462402545170412763666
Binary1100110101000001010110010100111101000011011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,160,172); }

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

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

 a { background-color: rgb(102,160,172); }

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

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

 span { border-color: rgb(102,160,172); }

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