#5FC0BE

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

Shades of Fountain Blue #5FC0BE

Tints of Fountain Blue #5FC0BE

Color information

#5FC0BE (or 0x5FC0BE) is unknown color: approx Fountain Blue. HEX triplet: 5F, C0 and BE. RGB value is (95,192,190). Sum of RGB (Red+Green+Blue) = 95+192+190=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC0BE is #A03F41. Grayscale: #A2A2A2. Windows color (decimal): -10501954 or 12501087. OLE color: 12501087.

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

Color convert

RGB95192190-
CMYK0.5100.010.25
HSL178.76º43.5%56.27%-
HSV(B)178.76º50.52%75.29%-
XYZ32.8643.8555.45-
YUV162.77143.3679.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.92%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=19.92%
G=40.25%
B=39.83%

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
Decimal951921900.5100.010.25178.7643.556.27
Hex5FC0BE330119b32b38
Octal1373002766301312635370
Binary10111111100000010111110110011011100110110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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