#5CBFBA

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

Shades of Fountain Blue #5CBFBA

Tints of Fountain Blue #5CBFBA

Color information

#5CBFBA (or 0x5CBFBA) is unknown color: approx Fountain Blue. HEX triplet: 5C, BF and BA. RGB value is (92,191,186). Sum of RGB (Red+Green+Blue) = 92+191+186=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBFBA is #A34045. Grayscale: #A0A0A0. Windows color (decimal): -10698822 or 12238684. OLE color: 12238684.

HSL color Cylindrical-coordinate representation of color #5CBFBA: hue angle of 176.97º 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 #5CBFBA is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB92191186-
CMYK0.5200.030.25
HSL176.97º43.61%55.49%-
HSV(B)176.97º51.83%74.9%-
XYZ31.9143.0853.09-
YUV160.83142.278.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.62%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=19.62%
G=40.72%
B=39.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921911860.5200.030.25176.9743.6155.49
Hex5CBFBA340319b12c37
Octal1342772726403312615467
Binary101110010111111101110101101000111100110110001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,191,186); }

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

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

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

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

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

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

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