#57ACAE

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

Shades of Fountain Blue #57ACAE

Tints of Fountain Blue #57ACAE

Color information

#57ACAE (or 0x57ACAE) is unknown color: approx Fountain Blue. HEX triplet: 57, AC and AE. RGB value is (87,172,174). Sum of RGB (Red+Green+Blue) = 87+172+174=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #57ACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57ACAE is #A85351. Grayscale: #929292. Windows color (decimal): -11031378 or 11447383. OLE color: 11447383.

HSL color Cylindrical-coordinate representation of color #57ACAE: hue angle of 181.38º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57ACAE is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87172174-
CMYK0.50.0100.32
HSL181.38º34.94%51.18%-
HSV(B)181.38º50%68.24%-
XYZ26.3234.5945.33-
YUV146.81143.3485.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.09%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=20.09%
G=39.72%
B=40.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871721740.50.0100.32181.3834.9451.18
Hex57ACAE321020b52333
Octal1272542566210402654363
Binary101011110101100101011101100101010000010110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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