#66AFAE

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

Shades of Fountain Blue #66AFAE

Tints of Fountain Blue #66AFAE

Color information

#66AFAE (or 0x66AFAE) is unknown color: approx Fountain Blue. HEX triplet: 66, AF and AE. RGB value is (102,175,174). Sum of RGB (Red+Green+Blue) = 102+175+174=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #66AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AFAE is #995051. Grayscale: #989898. Windows color (decimal): -10047570 or 11448166. OLE color: 11448166.

HSL color Cylindrical-coordinate representation of color #66AFAE: hue angle of 179.18º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AFAE is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB102175174-
CMYK0.4200.010.31
HSL179.18º31.33%54.31%-
HSV(B)179.18º41.71%68.63%-
XYZ28.4536.5445.6-
YUV153.06139.8291.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.62%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=22.62%
G=38.80%
B=38.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751740.4200.010.31179.1831.3354.31
Hex66AFAE2A011Fb31f36
Octal1462572565201372633766
Binary1100110101011111010111010101001111111011001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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