#5EB5B2

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

Shades of Fountain Blue #5EB5B2

Tints of Fountain Blue #5EB5B2

Color information

#5EB5B2 (or 0x5EB5B2) is unknown color: approx Fountain Blue. HEX triplet: 5E, B5 and B2. RGB value is (94,181,178). Sum of RGB (Red+Green+Blue) = 94+181+178=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #5EB5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB5B2 is #A14A4D. Grayscale: #9A9A9A. Windows color (decimal): -10570318 or 11711838. OLE color: 11711838.

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

Color convert

RGB94181178-
CMYK0.4800.020.29
HSL177.93º37.02%53.92%-
HSV(B)177.93º48.07%70.98%-
XYZ29.1838.6448.04-
YUV154.65141.1884.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.75%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=20.75%
G=39.96%
B=39.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941811780.4800.020.29177.9337.0253.92
Hex5EB5B230021Db22536
Octal1362652626002352624566
Binary101111010110101101100101100000101110110110010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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