#5EB2B2

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

Shades of Fountain Blue #5EB2B2

Tints of Fountain Blue #5EB2B2

Color information

#5EB2B2 (or 0x5EB2B2) is unknown color: approx Fountain Blue. HEX triplet: 5E, B2 and B2. RGB value is (94,178,178). Sum of RGB (Red+Green+Blue) = 94+178+178=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 178 - color contains mainly: green, blue. Hex color #5EB2B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EB2B2 is #A14D4D. Grayscale: #989898. Windows color (decimal): -10571086 or 11711070. OLE color: 11711070.

HSL color Cylindrical-coordinate representation of color #5EB2B2: hue angle of 180º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB2B2 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB94178178-
CMYK0.47000.30
HSL180º35.29%53.33%-
HSV(B)180º47.19%69.8%-
XYZ28.5737.4347.84-
YUV152.88142.1786-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.89%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 178 (69.92% from 255) = 39.56%
R=20.89%
G=39.56%
B=39.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal941781780.47000.3018035.2953.33
Hex5EB2B22F001Eb42335
Octal1362622625700362644365
Binary10111101011001010110010101111001111010110100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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