#66BABA

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

Shades of Fountain Blue #66BABA

Tints of Fountain Blue #66BABA

Color information

#66BABA (or 0x66BABA) is unknown color: approx Fountain Blue. HEX triplet: 66, BA and BA. RGB value is (102,186,186). Sum of RGB (Red+Green+Blue) = 102+186+186=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #66BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BABA is #994545. Grayscale: #A0A0A0. Windows color (decimal): -10044742 or 12237414. OLE color: 12237414.

HSL color Cylindrical-coordinate representation of color #66BABA: hue angle of 180º 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 #66BABA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102186186-
CMYK0.45000.27
HSL180º37.84%56.47%-
HSV(B)180º45.16%72.94%-
XYZ31.941.4952.78-
YUV160.88142.1786-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.52%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=21.52%
G=39.24%
B=39.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861860.45000.2718037.8456.47
Hex66BABA2D001Bb42638
Octal1462722725500332644670
Binary11001101011101010111010101101001101110110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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