#66BCBA

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

Shades of Fountain Blue #66BCBA

Tints of Fountain Blue #66BCBA

Color information

#66BCBA (or 0x66BCBA) is unknown color: approx Fountain Blue. HEX triplet: 66, BC and BA. RGB value is (102,188,186). Sum of RGB (Red+Green+Blue) = 102+188+186=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCBA is #994345. Grayscale: #A1A1A1. Windows color (decimal): -10044230 or 12237926. OLE color: 12237926.

HSL color Cylindrical-coordinate representation of color #66BCBA: hue angle of 178.6º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BCBA is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB102188186-
CMYK0.4600.010.26
HSL178.6º39.09%56.86%-
HSV(B)178.6º45.74%73.73%-
XYZ32.3342.3452.92-
YUV162.06141.5185.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.43%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=21.43%
G=39.50%
B=39.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881860.4600.010.26178.639.0956.86
Hex66BCBA2E011Ab32739
Octal1462742725601322634771
Binary11001101011110010111010101110011101010110011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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