#66AAAB

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

Shades of Fountain Blue #66AAAB

Tints of Fountain Blue #66AAAB

Color information

#66AAAB (or 0x66AAAB) is unknown color: approx Fountain Blue. HEX triplet: 66, AA and AB. RGB value is (102,170,171). Sum of RGB (Red+Green+Blue) = 102+170+171=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #66AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AAAB is #995554. Grayscale: #959595. Windows color (decimal): -10048853 or 11250278. OLE color: 11250278.

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

Color convert

RGB102170171-
CMYK0.400.0100.33
HSL180.87º29.11%53.53%-
HSV(B)180.87º40.35%67.06%-
XYZ27.234.5143.76-
YUV149.78139.9793.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.02%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=23.02%
G=38.37%
B=38.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701710.400.0100.33180.8729.1153.53
Hex66AAAB281021b51d36
Octal1462522535010412653566
Binary11001101010101010101011101000101000011011010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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