#66ABAE

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

Shades of Fountain Blue #66ABAE

Tints of Fountain Blue #66ABAE

Color information

#66ABAE (or 0x66ABAE) is unknown color: approx Fountain Blue. HEX triplet: 66, AB and AE. RGB value is (102,171,174). Sum of RGB (Red+Green+Blue) = 102+171+174=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #66ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ABAE is #995451. Grayscale: #969696. Windows color (decimal): -10048594 or 11447142. OLE color: 11447142.

HSL color Cylindrical-coordinate representation of color #66ABAE: hue angle of 182.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66ABAE is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102171174-
CMYK0.410.0200.32
HSL182.5º30.77%54.12%-
HSV(B)182.5º41.38%68.24%-
XYZ27.6835.0145.34-
YUV150.71141.1493.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.82%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=22.82%
G=38.26%
B=38.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021711740.410.0200.32182.530.7754.12
Hex66ABAE292020b61f36
Octal1462532565120402663766
Binary110011010101011101011101010011001000001011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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