#5EB6B3

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

Shades of Fountain Blue #5EB6B3

Tints of Fountain Blue #5EB6B3

Color information

#5EB6B3 (or 0x5EB6B3) is unknown color: approx Fountain Blue. HEX triplet: 5E, B6 and B3. RGB value is (94,182,179). Sum of RGB (Red+Green+Blue) = 94+182+179=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #5EB6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB6B3 is #A1494C. Grayscale: #9B9B9B. Windows color (decimal): -10570061 or 11777630. OLE color: 11777630.

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

Color convert

RGB94182179-
CMYK0.4800.020.29
HSL177.95º37.61%54.12%-
HSV(B)177.95º48.35%71.37%-
XYZ29.4839.0948.64-
YUV155.35141.3584.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.66%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=20.66%
G=40%
B=39.34%

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
Decimal941821790.4800.020.29177.9537.6154.12
Hex5EB6B330021Db22636
Octal1362662636002352624666
Binary101111010110110101100111100000101110110110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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