#5FC1BA

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

Shades of Fountain Blue #5FC1BA

Tints of Fountain Blue #5FC1BA

Color information

#5FC1BA (or 0x5FC1BA) is unknown color: approx Fountain Blue. HEX triplet: 5F, C1 and BA. RGB value is (95,193,186). Sum of RGB (Red+Green+Blue) = 95+193+186=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC1BA is #A03E45. Grayscale: #A2A2A2. Windows color (decimal): -10501702 or 12239199. OLE color: 12239199.

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

Color convert

RGB95193186-
CMYK0.5100.040.24
HSL175.71º44.14%56.47%-
HSV(B)175.71º50.78%75.69%-
XYZ32.6544.1253.25-
YUV162.9141.0379.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.04%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=20.04%
G=40.72%
B=39.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951931860.5100.040.24175.7144.1456.47
Hex5FC1BA330418b02c38
Octal1373012726304302605470
Binary1011111110000011011101011001101001100010110000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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