#57AFAC

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

Shades of Fountain Blue #57AFAC

Tints of Fountain Blue #57AFAC

Color information

#57AFAC (or 0x57AFAC) is unknown color: approx Fountain Blue. HEX triplet: 57, AF and AC. RGB value is (87,175,172). Sum of RGB (Red+Green+Blue) = 87+175+172=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFAC is #A85053. Grayscale: #949494. Windows color (decimal): -11030612 or 11317079. OLE color: 11317079.

HSL color Cylindrical-coordinate representation of color #57AFAC: hue angle of 177.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AFAC is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB87175172-
CMYK0.5000.020.31
HSL177.95º35.48%51.37%-
HSV(B)177.95º50.29%68.63%-
XYZ26.7135.6644.51-
YUV148.35141.3584.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.05%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=20.05%
G=40.32%
B=39.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871751720.5000.020.31177.9535.4851.37
Hex57AFAC32021Fb22333
Octal1272572546202372624363
Binary101011110101111101011001100100101111110110010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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