#5EB4AF

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

Shades of Fountain Blue #5EB4AF

Tints of Fountain Blue #5EB4AF

Color information

#5EB4AF (or 0x5EB4AF) is unknown color: approx Fountain Blue. HEX triplet: 5E, B4 and AF. RGB value is (94,180,175). Sum of RGB (Red+Green+Blue) = 94+180+175=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #5EB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB4AF is #A14B50. Grayscale: #999999. Windows color (decimal): -10570577 or 11514974. OLE color: 11514974.

HSL color Cylindrical-coordinate representation of color #5EB4AF: hue angle of 176.51º 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 #5EB4AF is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB94180175-
CMYK0.4800.030.29
HSL176.51º36.44%53.73%-
HSV(B)176.51º47.78%70.59%-
XYZ28.6838.1246.4-
YUV153.72140.0185.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.94%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=20.94%
G=40.09%
B=38.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941801750.4800.030.29176.5136.4453.73
Hex5EB4AF30031Db12436
Octal1362642576003352614466
Binary101111010110100101011111100000111110110110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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