#66BEB9

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

Shades of Fountain Blue #66BEB9

Tints of Fountain Blue #66BEB9

Color information

#66BEB9 (or 0x66BEB9) is unknown color: approx Fountain Blue. HEX triplet: 66, BE and B9. RGB value is (102,190,185). Sum of RGB (Red+Green+Blue) = 102+190+185=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEB9 is #994146. Grayscale: #A3A3A3. Windows color (decimal): -10043719 or 12172902. OLE color: 12172902.

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

Color convert

RGB102190185-
CMYK0.4600.030.25
HSL176.59º40.37%57.25%-
HSV(B)176.59º46.32%74.51%-
XYZ32.6543.1552.51-
YUV163.12140.3584.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=21.38%
G=39.83%
B=38.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901850.4600.030.25176.5940.3757.25
Hex66BEB92E0319b12839
Octal1462762715603312615071
Binary110011010111110101110011011100111100110110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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