#5EACAE

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

Shades of Fountain Blue #5EACAE

Tints of Fountain Blue #5EACAE

Color information

#5EACAE (or 0x5EACAE) is unknown color: approx Fountain Blue. HEX triplet: 5E, AC and AE. RGB value is (94,172,174). Sum of RGB (Red+Green+Blue) = 94+172+174=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #5EACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACAE is #A15351. Grayscale: #949494. Windows color (decimal): -10572626 or 11447390. OLE color: 11447390.

HSL color Cylindrical-coordinate representation of color #5EACAE: hue angle of 181.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EACAE is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB94172174-
CMYK0.460.0100.32
HSL181.5º33.06%52.55%-
HSV(B)181.5º45.98%68.24%-
XYZ27.0134.9445.37-
YUV148.91142.1688.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.36%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=21.36%
G=39.09%
B=39.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941721740.460.0100.32181.533.0652.55
Hex5EACAE2E1020b62135
Octal1362542565610402664165
Binary101111010101100101011101011101010000010110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,172,174); }

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

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

 a { background-color: rgb(94,172,174); }

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

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

 span { border-color: rgb(94,172,174); }

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