#5EB6AF

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

Shades of Fountain Blue #5EB6AF

Tints of Fountain Blue #5EB6AF

Color information

#5EB6AF (or 0x5EB6AF) is unknown color: approx Fountain Blue. HEX triplet: 5E, B6 and AF. RGB value is (94,182,175). Sum of RGB (Red+Green+Blue) = 94+182+175=451 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.84% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #5EB6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB6AF is #A14950. Grayscale: #9A9A9A. Windows color (decimal): -10570065 or 11515486. OLE color: 11515486.

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

Color convert

RGB94182175-
CMYK0.4800.040.29
HSL175.23º37.61%54.12%-
HSV(B)175.23º48.35%71.37%-
XYZ29.0838.9346.54-
YUV154.89139.3584.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.84%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=20.84%
G=40.35%
B=38.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941821750.4800.040.29175.2337.6154.12
Hex5EB6AF30041Daf2636
Octal1362662576004352574666
Binary1011110101101101010111111000001001110110101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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