#5EAAB4

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

Shades of Fountain Blue #5EAAB4

Tints of Fountain Blue #5EAAB4

Color information

#5EAAB4 (or 0x5EAAB4) is unknown color: approx Fountain Blue. HEX triplet: 5E, AA and B4. RGB value is (94,170,180). Sum of RGB (Red+Green+Blue) = 94+170+180=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #5EAAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAAB4 is #A1554B. Grayscale: #949494. Windows color (decimal): -10573132 or 11840094. OLE color: 11840094.

HSL color Cylindrical-coordinate representation of color #5EAAB4: hue angle of 186.98º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EAAB4 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB94170180-
CMYK0.480.0600.29
HSL186.98º36.44%53.73%-
HSV(B)186.98º47.78%70.59%-
XYZ27.2334.4248.39-
YUV148.42145.8289.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.17%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=21.17%
G=38.29%
B=40.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941701800.480.0600.29186.9836.4453.73
Hex5EAAB430601Dbb2436
Octal1362522646060352734466
Binary1011110101010101011010011000011001110110111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,170,180); }

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

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

 a { background-color: rgb(94,170,180); }

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

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

 span { border-color: rgb(94,170,180); }

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