#5FC0BA

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

Shades of Fountain Blue #5FC0BA

Tints of Fountain Blue #5FC0BA

Color information

#5FC0BA (or 0x5FC0BA) is unknown color: approx Fountain Blue. HEX triplet: 5F, C0 and BA. RGB value is (95,192,186). Sum of RGB (Red+Green+Blue) = 95+192+186=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC0BA is #A03F45. Grayscale: #A2A2A2. Windows color (decimal): -10501958 or 12238943. OLE color: 12238943.

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

Color convert

RGB95192186-
CMYK0.5100.030.25
HSL176.29º43.5%56.27%-
HSV(B)176.29º50.52%75.29%-
XYZ32.4343.6853.18-
YUV162.31141.3679.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.08%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=20.08%
G=40.59%
B=39.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951921860.5100.030.25176.2943.556.27
Hex5FC0BA330319b02b38
Octal1373002726303312605370
Binary101111111000000101110101100110111100110110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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