#66B9B6

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

Shades of Fountain Blue #66B9B6

Tints of Fountain Blue #66B9B6

Color information

#66B9B6 (or 0x66B9B6) is unknown color: approx Fountain Blue. HEX triplet: 66, B9 and B6. RGB value is (102,185,182). Sum of RGB (Red+Green+Blue) = 102+185+182=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #66B9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B9B6 is #994649. Grayscale: #9F9F9F. Windows color (decimal): -10045002 or 11975014. OLE color: 11975014.

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

Color convert

RGB102185182-
CMYK0.4500.020.27
HSL177.83º37.22%56.27%-
HSV(B)177.83º44.86%72.55%-
XYZ31.2740.950.5-
YUV159.84140.586.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.75%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 182 (71.48% from 255) = 38.81%
R=21.75%
G=39.45%
B=38.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851820.4500.020.27177.8337.2256.27
Hex66B9B62D021Bb22538
Octal1462712665502332624570
Binary110011010111001101101101011010101101110110010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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