#5EC1C3

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

Shades of Fountain Blue #5EC1C3

Tints of Fountain Blue #5EC1C3

Color information

#5EC1C3 (or 0x5EC1C3) is unknown color: approx Fountain Blue. HEX triplet: 5E, C1 and C3. RGB value is (94,193,195). Sum of RGB (Red+Green+Blue) = 94+193+195=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #5EC1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC1C3 is #A13E3C. Grayscale: #A3A3A3. Windows color (decimal): -10567229 or 12829022. OLE color: 12829022.

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

Color convert

RGB94193195-
CMYK0.520.0100.24
HSL181.19º45.7%56.67%-
HSV(B)181.19º51.79%76.47%-
XYZ33.5444.4658.44-
YUV163.63145.778.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.50%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=19.50%
G=40.04%
B=40.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941931950.520.0100.24181.1945.756.67
Hex5EC1C3341018b52e39
Octal1363013036410302655671
Binary10111101100000111000011110100101100010110101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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