#66A3AB

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

Shades of Fountain Blue #66A3AB

Tints of Fountain Blue #66A3AB

Color information

#66A3AB (or 0x66A3AB) is unknown color: approx Fountain Blue. HEX triplet: 66, A3 and AB. RGB value is (102,163,171). Sum of RGB (Red+Green+Blue) = 102+163+171=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #66A3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A3AB is #995C54. Grayscale: #919191. Windows color (decimal): -10050645 or 11248486. OLE color: 11248486.

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

Color convert

RGB102163171-
CMYK0.400.0500.33
HSL186.96º29.11%53.53%-
HSV(B)186.96º40.35%67.06%-
XYZ25.9331.9643.33-
YUV145.67142.2996.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=23.39%
G=37.39%
B=39.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021631710.400.0500.33186.9629.1153.53
Hex66A3AB285021bb1d36
Octal1462432535050412733566
Binary1100110101000111010101110100010101000011011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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