#5EBBBB

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

Shades of Fountain Blue #5EBBBB

Tints of Fountain Blue #5EBBBB

Color information

#5EBBBB (or 0x5EBBBB) is unknown color: approx Fountain Blue. HEX triplet: 5E, BB and BB. RGB value is (94,187,187). Sum of RGB (Red+Green+Blue) = 94+187+187=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #5EBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBBB is #A14444. Grayscale: #9F9F9F. Windows color (decimal): -10568773 or 12303198. OLE color: 12303198.

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

Color convert

RGB94187187-
CMYK0.50000.27
HSL180º40.61%55.1%-
HSV(B)180º49.73%73.33%-
XYZ31.3641.5153.37-
YUV159.19143.6981.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.09%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=20.09%
G=39.96%
B=39.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941871870.50000.2718040.6155.1
Hex5EBBBB32001Bb42937
Octal1362732736200332645167
Binary10111101011101110111011110010001101110110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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