#57BDBA

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

Shades of Fountain Blue #57BDBA

Tints of Fountain Blue #57BDBA

Color information

#57BDBA (or 0x57BDBA) is unknown color: approx Fountain Blue. HEX triplet: 57, BD and BA. RGB value is (87,189,186). Sum of RGB (Red+Green+Blue) = 87+189+186=462 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.83% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDBA is #A84245. Grayscale: #9E9E9E. Windows color (decimal): -11027014 or 12238167. OLE color: 12238167.

HSL color Cylindrical-coordinate representation of color #57BDBA: hue angle of 178.24º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BDBA is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB87189186-
CMYK0.5400.020.26
HSL178.24º43.59%54.12%-
HSV(B)178.24º53.97%74.12%-
XYZ30.9941.9752.92-
YUV158.16143.7177.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.83%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=18.83%
G=40.91%
B=40.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871891860.5400.020.26178.2443.5954.12
Hex57BDBA36021Ab22c36
Octal1272752726602322625466
Binary101011110111101101110101101100101101010110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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