#5EB6B5

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

Shades of Fountain Blue #5EB6B5

Tints of Fountain Blue #5EB6B5

Color information

#5EB6B5 (or 0x5EB6B5) is unknown color: approx Fountain Blue. HEX triplet: 5E, B6 and B5. RGB value is (94,182,181). Sum of RGB (Red+Green+Blue) = 94+182+181=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #5EB6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB6B5 is #A1494A. Grayscale: #9B9B9B. Windows color (decimal): -10570059 or 11908702. OLE color: 11908702.

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

Color convert

RGB94182181-
CMYK0.4800.010.29
HSL179.32º37.61%54.12%-
HSV(B)179.32º48.35%71.37%-
XYZ29.6839.1749.71-
YUV155.57142.3584.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.57%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=20.57%
G=39.82%
B=39.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941821810.4800.010.29179.3237.6154.12
Hex5EB6B530011Db32636
Octal1362662656001352634666
Binary10111101011011010110101110000011110110110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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