#5FC1B9

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

Shades of Fountain Blue #5FC1B9

Tints of Fountain Blue #5FC1B9

Color information

#5FC1B9 (or 0x5FC1B9) is unknown color: approx Fountain Blue. HEX triplet: 5F, C1 and B9. RGB value is (95,193,185). Sum of RGB (Red+Green+Blue) = 95+193+185=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC1B9 is #A03E46. Grayscale: #A2A2A2. Windows color (decimal): -10501703 or 12173663. OLE color: 12173663.

HSL color Cylindrical-coordinate representation of color #5FC1B9: hue angle of 175.1º 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 #5FC1B9 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB95193185-
CMYK0.5100.040.24
HSL175.1º44.14%56.47%-
HSV(B)175.1º50.78%75.69%-
XYZ32.5544.0852.69-
YUV162.79140.5379.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.08%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=20.08%
G=40.80%
B=39.11%

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
Decimal951931850.5100.040.24175.144.1456.47
Hex5FC1B9330418af2c38
Octal1373012716304302575470
Binary1011111110000011011100111001101001100010101111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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