#5EA9AF

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

Shades of Fountain Blue #5EA9AF

Tints of Fountain Blue #5EA9AF

Color information

#5EA9AF (or 0x5EA9AF) is unknown color: approx Fountain Blue. HEX triplet: 5E, A9 and AF. RGB value is (94,169,175). Sum of RGB (Red+Green+Blue) = 94+169+175=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #5EA9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA9AF is #A15650. Grayscale: #939393. Windows color (decimal): -10573393 or 11512158. OLE color: 11512158.

HSL color Cylindrical-coordinate representation of color #5EA9AF: hue angle of 184.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EA9AF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB94169175-
CMYK0.460.0300.31
HSL184.44º33.61%52.75%-
HSV(B)184.44º46.29%68.63%-
XYZ26.5433.8545.69-
YUV147.26143.6590.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.46%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=21.46%
G=38.58%
B=39.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941691750.460.0300.31184.4433.6152.75
Hex5EA9AF2E301Fb82235
Octal1362512575630372704265
Binary101111010101001101011111011101101111110111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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