#66BDBB

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

Shades of Fountain Blue #66BDBB

Tints of Fountain Blue #66BDBB

Color information

#66BDBB (or 0x66BDBB) is unknown color: approx Fountain Blue. HEX triplet: 66, BD and BB. RGB value is (102,189,187). Sum of RGB (Red+Green+Blue) = 102+189+187=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDBB is #994244. Grayscale: #A2A2A2. Windows color (decimal): -10043973 or 12303718. OLE color: 12303718.

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

Color convert

RGB102189187-
CMYK0.4600.010.26
HSL178.62º39.73%57.06%-
HSV(B)178.62º46.03%74.12%-
XYZ32.6542.8153.56-
YUV162.76141.6884.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=21.34%
G=39.54%
B=39.12%

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
Decimal1021891870.4600.010.26178.6239.7357.06
Hex66BDBB2E011Ab32839
Octal1462752735601322635071
Binary11001101011110110111011101110011101010110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,187); }

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

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

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

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

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

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

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