#5BBABA

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

Shades of Fountain Blue #5BBABA

Tints of Fountain Blue #5BBABA

Color information

#5BBABA (or 0x5BBABA) is unknown color: approx Fountain Blue. HEX triplet: 5B, BA and BA. RGB value is (91,186,186). Sum of RGB (Red+Green+Blue) = 91+186+186=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #5BBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBABA is #A44545. Grayscale: #9D9D9D. Windows color (decimal): -10765638 or 12237403. OLE color: 12237403.

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

Color convert

RGB91186186-
CMYK0.51000.27
HSL180º40.77%54.31%-
HSV(B)180º51.08%72.94%-
XYZ30.7440.8952.73-
YUV157.6144.0380.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.65%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=19.65%
G=40.17%
B=40.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911861860.51000.2718040.7754.31
Hex5BBABA33001Bb42936
Octal1332722726300332645166
Binary10110111011101010111010110011001101110110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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