#66BCB7

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

Shades of Fountain Blue #66BCB7

Tints of Fountain Blue #66BCB7

Color information

#66BCB7 (or 0x66BCB7) is unknown color: approx Fountain Blue. HEX triplet: 66, BC and B7. RGB value is (102,188,183). Sum of RGB (Red+Green+Blue) = 102+188+183=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCB7 is #994348. Grayscale: #A1A1A1. Windows color (decimal): -10044233 or 12041318. OLE color: 12041318.

HSL color Cylindrical-coordinate representation of color #66BCB7: hue angle of 176.51º 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 #66BCB7 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB102188183-
CMYK0.4600.030.26
HSL176.51º39.09%56.86%-
HSV(B)176.51º45.74%73.73%-
XYZ32.0142.2151.26-
YUV161.72140.0185.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=21.56%
G=39.75%
B=38.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881830.4600.030.26176.5139.0956.86
Hex66BCB72E031Ab12739
Octal1462742675603322614771
Binary110011010111100101101111011100111101010110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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