#5EC2C3

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

Shades of Fountain Blue #5EC2C3

Tints of Fountain Blue #5EC2C3

Color information

#5EC2C3 (or 0x5EC2C3) is unknown color: approx Fountain Blue. HEX triplet: 5E, C2 and C3. RGB value is (94,194,195). Sum of RGB (Red+Green+Blue) = 94+194+195=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #5EC2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC2C3 is #A13D3C. Grayscale: #A4A4A4. Windows color (decimal): -10566973 or 12829278. OLE color: 12829278.

HSL color Cylindrical-coordinate representation of color #5EC2C3: hue angle of 180.59º 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 #5EC2C3 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB94194195-
CMYK0.520.0100.24
HSL180.59º45.7%56.67%-
HSV(B)180.59º51.79%76.47%-
XYZ33.7644.958.52-
YUV164.21145.3777.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.46%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 195 (76.56% from 255) = 40.37%
R=19.46%
G=40.17%
B=40.37%

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
Decimal941941950.520.0100.24180.5945.756.67
Hex5EC2C3341018b52e39
Octal1363023036410302655671
Binary10111101100001011000011110100101100010110101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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