#57AEAA

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

Shades of Fountain Blue #57AEAA

Tints of Fountain Blue #57AEAA

Color information

#57AEAA (or 0x57AEAA) is unknown color: approx Fountain Blue. HEX triplet: 57, AE and AA. RGB value is (87,174,170). Sum of RGB (Red+Green+Blue) = 87+174+170=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #57AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AEAA is #A85155. Grayscale: #939393. Windows color (decimal): -11030870 or 11185751. OLE color: 11185751.

HSL color Cylindrical-coordinate representation of color #57AEAA: hue angle of 177.24º 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 #57AEAA is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB87174170-
CMYK0.500.020.32
HSL177.24º34.94%51.18%-
HSV(B)177.24º50%68.24%-
XYZ26.3235.243.44-
YUV147.53140.6884.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.19%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=20.19%
G=40.37%
B=39.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871741700.500.020.32177.2434.9451.18
Hex57AEAA320220b12333
Octal1272562526202402614363
Binary1010111101011101010101011001001010000010110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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