#5EB3AE

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

Shades of Fountain Blue #5EB3AE

Tints of Fountain Blue #5EB3AE

Color information

#5EB3AE (or 0x5EB3AE) is unknown color: approx Fountain Blue. HEX triplet: 5E, B3 and AE. RGB value is (94,179,174). Sum of RGB (Red+Green+Blue) = 94+179+174=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #5EB3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB3AE is #A14C51. Grayscale: #989898. Windows color (decimal): -10570834 or 11449182. OLE color: 11449182.

HSL color Cylindrical-coordinate representation of color #5EB3AE: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB3AE is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB94179174-
CMYK0.4700.030.30
HSL176.47º35.86%53.53%-
HSV(B)176.47º47.49%70.2%-
XYZ28.3837.6845.82-
YUV153.02139.8485.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.03%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=21.03%
G=40.04%
B=38.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal941791740.4700.030.30176.4735.8653.53
Hex5EB3AE2F031Eb02436
Octal1362632565703362604466
Binary101111010110011101011101011110111111010110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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