#57ADAE

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

Shades of Fountain Blue #57ADAE

Tints of Fountain Blue #57ADAE

Color information

#57ADAE (or 0x57ADAE) is unknown color: approx Fountain Blue. HEX triplet: 57, AD and AE. RGB value is (87,173,174). Sum of RGB (Red+Green+Blue) = 87+173+174=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #57ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57ADAE is #A85251. Grayscale: #939393. Windows color (decimal): -11031122 or 11447639. OLE color: 11447639.

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

Color convert

RGB87173174-
CMYK0.50.0100.32
HSL180.69º34.94%51.18%-
HSV(B)180.69º50%68.24%-
XYZ26.5134.9745.4-
YUV147.4143.0184.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.05%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=20.05%
G=39.86%
B=40.09%

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
Decimal871731740.50.0100.32180.6934.9451.18
Hex57ADAE321020b52333
Octal1272552566210402654363
Binary101011110101101101011101100101010000010110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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