#57C0BA

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

Shades of Fountain Blue #57C0BA

Tints of Fountain Blue #57C0BA

Color information

#57C0BA (or 0x57C0BA) is unknown color: approx Fountain Blue. HEX triplet: 57, C0 and BA. RGB value is (87,192,186). Sum of RGB (Red+Green+Blue) = 87+192+186=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #57C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0BA is #A83F45. Grayscale: #9F9F9F. Windows color (decimal): -11026246 or 12238935. OLE color: 12238935.

HSL color Cylindrical-coordinate representation of color #57C0BA: hue angle of 176.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C0BA is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB87192186-
CMYK0.5500.030.25
HSL176.57º45.45%54.71%-
HSV(B)176.57º54.69%75.29%-
XYZ31.6443.2753.14-
YUV159.92142.7175.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.71%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 186 (73.05% from 255) = 40%
R=18.71%
G=41.29%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871921860.5500.030.25176.5745.4554.71
Hex57C0BA370319b12d37
Octal1273002726703312615567
Binary101011111000000101110101101110111100110110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57C0BA; }

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

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

<style>
 a { background-color: #57C0BA; }

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

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

<style>
 span { border-color: #57C0BA; }

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

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