#57BAB4

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

Shades of Fountain Blue #57BAB4

Tints of Fountain Blue #57BAB4

Color information

#57BAB4 (or 0x57BAB4) is unknown color: approx Fountain Blue. HEX triplet: 57, BA and B4. RGB value is (87,186,180). Sum of RGB (Red+Green+Blue) = 87+186+180=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #57BAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BAB4 is #A8454B. Grayscale: #9B9B9B. Windows color (decimal): -11027788 or 11844183. OLE color: 11844183.

HSL color Cylindrical-coordinate representation of color #57BAB4: hue angle of 176.36º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BAB4 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB87186180-
CMYK0.5300.030.27
HSL176.36º41.77%53.53%-
HSV(B)176.36º53.23%72.94%-
XYZ29.7340.4449.42-
YUV155.72141.778.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.21%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=19.21%
G=41.06%
B=39.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861800.5300.030.27176.3641.7753.53
Hex57BAB435031Bb02a36
Octal1272722646503332605266
Binary101011110111010101101001101010111101110110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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