#5EBDBD

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

Shades of Fountain Blue #5EBDBD

Tints of Fountain Blue #5EBDBD

Color information

#5EBDBD (or 0x5EBDBD) is unknown color: approx Fountain Blue. HEX triplet: 5E, BD and BD. RGB value is (94,189,189). Sum of RGB (Red+Green+Blue) = 94+189+189=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #5EBDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDBD is #A14242. Grayscale: #A0A0A0. Windows color (decimal): -10568259 or 12434782. OLE color: 12434782.

HSL color Cylindrical-coordinate representation of color #5EBDBD: hue angle of 180º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBDBD is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB94189189-
CMYK0.50000.26
HSL180º41.85%55.49%-
HSV(B)180º50.26%74.12%-
XYZ3242.4554.65-
YUV160.6144.0380.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.92%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=19.92%
G=40.04%
B=40.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941891890.50000.2618041.8555.49
Hex5EBDBD32001Ab42a37
Octal1362752756200322645267
Binary10111101011110110111101110010001101010110100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,189,189); }

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

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

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

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

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

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

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