#66AAAA

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

Shades of Fountain Blue #66AAAA

Tints of Fountain Blue #66AAAA

Color information

#66AAAA (or 0x66AAAA) is unknown color: approx Fountain Blue. HEX triplet: 66, AA and AA. RGB value is (102,170,170). Sum of RGB (Red+Green+Blue) = 102+170+170=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #66AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AAAA is #995555. Grayscale: #959595. Windows color (decimal): -10048854 or 11184742. OLE color: 11184742.

HSL color Cylindrical-coordinate representation of color #66AAAA: hue angle of 180º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AAAA is Cyan = 0.4, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102170170-
CMYK0.4000.33
HSL180º28.57%53.33%-
HSV(B)180º40%66.67%-
XYZ27.1134.4843.26-
YUV149.67139.4794-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.08%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=23.08%
G=38.46%
B=38.46%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701700.4000.3318028.5753.33
Hex66AAAA280021b41d35
Octal1462522525000412643565
Binary11001101010101010101010101000001000011011010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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