#66BEBD

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

Shades of Fountain Blue #66BEBD

Tints of Fountain Blue #66BEBD

Color information

#66BEBD (or 0x66BEBD) is unknown color: approx Fountain Blue. HEX triplet: 66, BE and BD. RGB value is (102,190,189). Sum of RGB (Red+Green+Blue) = 102+190+189=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEBD is #994142. Grayscale: #A3A3A3. Windows color (decimal): -10043715 or 12435046. OLE color: 12435046.

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

Color convert

RGB102190189-
CMYK0.4600.010.25
HSL179.32º40.37%57.25%-
HSV(B)179.32º46.32%74.51%-
XYZ33.0843.3354.76-
YUV163.57142.3584.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.21%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=21.21%
G=39.50%
B=39.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901890.4600.010.25179.3240.3757.25
Hex66BEBD2E0119b32839
Octal1462762755601312635071
Binary11001101011111010111101101110011100110110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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