#66BEBB

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

Shades of Fountain Blue #66BEBB

Tints of Fountain Blue #66BEBB

Color information

#66BEBB (or 0x66BEBB) is unknown color: approx Fountain Blue. HEX triplet: 66, BE and BB. RGB value is (102,190,187). Sum of RGB (Red+Green+Blue) = 102+190+187=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEBB is #994144. Grayscale: #A3A3A3. Windows color (decimal): -10043717 or 12303974. OLE color: 12303974.

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

Color convert

RGB102190187-
CMYK0.4600.020.25
HSL177.95º40.37%57.25%-
HSV(B)177.95º46.32%74.51%-
XYZ32.8643.2453.63-
YUV163.35141.3584.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.29%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=21.29%
G=39.67%
B=39.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901870.4600.020.25177.9540.3757.25
Hex66BEBB2E0219b22839
Octal1462762735602312625071
Binary110011010111110101110111011100101100110110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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