#5bc1ba

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

Shades of Fountain Blue #5BC1BA

Tints of Fountain Blue #5BC1BA

Color information

#5BC1BA (or 0x5BC1BA) is unknown color: approx Fountain Blue. HEX triplet: 5B, C1 and BA. RGB value is (91,193,186). Sum of RGB (Red+Green+Blue) = 91+193+186=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC1BA is #A43E45. Grayscale: #A1A1A1. Windows color (decimal): -10763846 or 12239195. OLE color: 12239195.

HSL color Cylindrical-coordinate representation of color #5BC1BA: hue angle of 175.88º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC1BA is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB91193186-
CMYK0.5300.040.24
HSL175.88º45.13%55.69%-
HSV(B)175.88º52.85%75.69%-
XYZ32.2543.9153.23-
YUV161.7141.7177.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.36%
GREEN value IS 193 (75.78% from 255) = 41.06%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=19.36%
G=41.06%
B=39.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal911931860.5300.040.24175.8845.1355.69
Hex5BC1BA350418b02d38
Octal1333012726504302605570
Binary1011011110000011011101011010101001100010110000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc1ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,193,186); }

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

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

 a { background-color: rgb(91,193,186); }

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

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

 span { border-color: rgb(91,193,186); }

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