#66ABAA

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

Shades of Fountain Blue #66ABAA

Tints of Fountain Blue #66ABAA

Color information

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

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

Color convert

RGB102171170-
CMYK0.4000.010.33
HSL179.13º29.11%53.53%-
HSV(B)179.13º40.35%67.06%-
XYZ27.334.8543.32-
YUV150.26139.1493.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711700.4000.010.33179.1329.1153.53
Hex66ABAA280121b31d36
Octal1462532525001412633566
Binary11001101010101110101010101000011000011011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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