#5eb5af

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

Shades of Fountain Blue #5EB5AF

Tints of Fountain Blue #5EB5AF

Color information

#5EB5AF (or 0x5EB5AF) is unknown color: approx Fountain Blue. HEX triplet: 5E, B5 and AF. RGB value is (94,181,175). Sum of RGB (Red+Green+Blue) = 94+181+175=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #5EB5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB5AF is #A14A50. Grayscale: #9A9A9A. Windows color (decimal): -10570321 or 11515230. OLE color: 11515230.

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

Color convert

RGB94181175-
CMYK0.4800.030.29
HSL175.86º37.02%53.92%-
HSV(B)175.86º48.07%70.98%-
XYZ28.8838.5246.47-
YUV154.3139.6884.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.89%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=20.89%
G=40.22%
B=38.89%

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
Decimal941811750.4800.030.29175.8637.0253.92
Hex5EB5AF30031Db02536
Octal1362652576003352604566
Binary101111010110101101011111100000111110110110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eb5af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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