#66BAB9

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

Shades of Fountain Blue #66BAB9

Tints of Fountain Blue #66BAB9

Color information

#66BAB9 (or 0x66BAB9) is unknown color: approx Fountain Blue. HEX triplet: 66, BA and B9. RGB value is (102,186,185). Sum of RGB (Red+Green+Blue) = 102+186+185=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #66BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BAB9 is #994546. Grayscale: #A0A0A0. Windows color (decimal): -10044743 or 12171878. OLE color: 12171878.

HSL color Cylindrical-coordinate representation of color #66BAB9: hue angle of 179.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BAB9 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB102186185-
CMYK0.4500.010.27
HSL179.29º37.84%56.47%-
HSV(B)179.29º45.16%72.94%-
XYZ31.841.4552.22-
YUV160.77141.6786.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=21.56%
G=39.32%
B=39.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861850.4500.010.27179.2937.8456.47
Hex66BAB92D011Bb32638
Octal1462722715501332634670
Binary11001101011101010111001101101011101110110011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,186,185); }

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

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

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

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

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

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

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