#5EBDBB

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

Shades of Fountain Blue #5EBDBB

Tints of Fountain Blue #5EBDBB

Color information

#5EBDBB (or 0x5EBDBB) is unknown color: approx Fountain Blue. HEX triplet: 5E, BD and BB. RGB value is (94,189,187). Sum of RGB (Red+Green+Blue) = 94+189+187=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDBB is #A14244. Grayscale: #A0A0A0. Windows color (decimal): -10568261 or 12303710. OLE color: 12303710.

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

Color convert

RGB94189187-
CMYK0.5000.010.26
HSL178.74º41.85%55.49%-
HSV(B)178.74º50.26%74.12%-
XYZ31.7842.3653.52-
YUV160.37143.0380.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=20%
G=40.21%
B=39.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941891870.5000.010.26178.7441.8555.49
Hex5EBDBB32011Ab32a37
Octal1362752736201322635267
Binary10111101011110110111011110010011101010110011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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