#5FC0BF

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

Shades of Fountain Blue #5FC0BF

Tints of Fountain Blue #5FC0BF

Color information

#5FC0BF (or 0x5FC0BF) is unknown color: approx Fountain Blue. HEX triplet: 5F, C0 and BF. RGB value is (95,192,191). Sum of RGB (Red+Green+Blue) = 95+192+191=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC0BF is #A03F40. Grayscale: #A2A2A2. Windows color (decimal): -10501953 or 12566623. OLE color: 12566623.

HSL color Cylindrical-coordinate representation of color #5FC0BF: hue angle of 179.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC0BF is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB95192191-
CMYK0.5100.010.25
HSL179.38º43.5%56.27%-
HSV(B)179.38º50.52%75.29%-
XYZ32.9743.8956.02-
YUV162.88143.8679.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.87%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 191 (75% from 255) = 39.96%
R=19.87%
G=40.17%
B=39.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951921910.5100.010.25179.3843.556.27
Hex5FC0BF330119b32b38
Octal1373002776301312635370
Binary10111111100000010111111110011011100110110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,192,191); }

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

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

 a { background-color: rgb(95,192,191); }

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

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

 span { border-color: rgb(95,192,191); }

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