#5EC1BF

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

Shades of Fountain Blue #5EC1BF

Tints of Fountain Blue #5EC1BF

Color information

#5EC1BF (or 0x5EC1BF) is unknown color: approx Fountain Blue. HEX triplet: 5E, C1 and BF. RGB value is (94,193,191). Sum of RGB (Red+Green+Blue) = 94+193+191=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC1BF is #A13E40. Grayscale: #A3A3A3. Windows color (decimal): -10567233 or 12566878. OLE color: 12566878.

HSL color Cylindrical-coordinate representation of color #5EC1BF: hue angle of 178.79º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC1BF is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB94193191-
CMYK0.5100.010.24
HSL178.79º44.39%56.27%-
HSV(B)178.79º51.3%75.69%-
XYZ33.0944.2856.09-
YUV163.17143.778.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.67%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 191 (75% from 255) = 39.96%
R=19.67%
G=40.38%
B=39.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941931910.5100.010.24178.7944.3956.27
Hex5EC1BF330118b32c38
Octal1363012776301302635470
Binary10111101100000110111111110011011100010110011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EC1BF; }

 p { color: rgb(94,193,191); }

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

<style>
 a { background-color: #5EC1BF; }

 a { background-color: rgb(94,193,191); }

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

<style>
 span { border-color: #5EC1BF; }

 span { border-color: rgb(94,193,191); }

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