#5BBFBC

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

Shades of Fountain Blue #5BBFBC

Tints of Fountain Blue #5BBFBC

Color information

#5BBFBC (or 0x5BBFBC) is unknown color: approx Fountain Blue. HEX triplet: 5B, BF and BC. RGB value is (91,191,188). Sum of RGB (Red+Green+Blue) = 91+191+188=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #5BBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBFBC is #A44043. Grayscale: #A0A0A0. Windows color (decimal): -10764356 or 12369755. OLE color: 12369755.

HSL color Cylindrical-coordinate representation of color #5BBFBC: hue angle of 178.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBFBC is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB91191188-
CMYK0.5200.020.25
HSL178.2º43.86%55.29%-
HSV(B)178.2º52.36%74.9%-
XYZ32.0243.1254.21-
YUV160.76143.3778.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.36%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 188 (73.83% from 255) = 40%
R=19.36%
G=40.64%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911911880.5200.020.25178.243.8655.29
Hex5BBFBC340219b22c37
Octal1332772746402312625467
Binary101101110111111101111001101000101100110110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,191,188); }

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

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

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

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

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

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

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