#57B1AC

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

Shades of Fountain Blue #57B1AC

Tints of Fountain Blue #57B1AC

Color information

#57B1AC (or 0x57B1AC) is unknown color: approx Fountain Blue. HEX triplet: 57, B1 and AC. RGB value is (87,177,172). Sum of RGB (Red+Green+Blue) = 87+177+172=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #57B1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57B1AC is #A84E53. Grayscale: #959595. Windows color (decimal): -11030100 or 11317591. OLE color: 11317591.

HSL color Cylindrical-coordinate representation of color #57B1AC: hue angle of 176.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B1AC is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB87177172-
CMYK0.5100.030.31
HSL176.67º36.59%51.76%-
HSV(B)176.67º50.85%69.41%-
XYZ27.136.4544.64-
YUV149.52140.6883.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.95%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=19.95%
G=40.60%
B=39.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871771720.5100.030.31176.6736.5951.76
Hex57B1AC33031Fb12534
Octal1272612546303372614564
Binary101011110110001101011001100110111111110110001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,177,172); }

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

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

 a { background-color: rgb(87,177,172); }

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

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

 span { border-color: rgb(87,177,172); }

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