#57ACAB

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

Shades of Fountain Blue #57ACAB

Tints of Fountain Blue #57ACAB

Color information

#57ACAB (or 0x57ACAB) is unknown color: approx Fountain Blue. HEX triplet: 57, AC and AB. RGB value is (87,172,171). Sum of RGB (Red+Green+Blue) = 87+172+171=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #57ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57ACAB is #A85354. Grayscale: #929292. Windows color (decimal): -11031381 or 11250775. OLE color: 11250775.

HSL color Cylindrical-coordinate representation of color #57ACAB: hue angle of 179.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57ACAB is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB87172171-
CMYK0.4900.010.33
HSL179.29º33.86%50.78%-
HSV(B)179.29º49.42%67.45%-
XYZ26.0334.4743.81-
YUV146.47141.8485.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.23%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=20.23%
G=40%
B=39.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871721710.4900.010.33179.2933.8650.78
Hex57ACAB310121b32233
Octal1272542536101412634263
Binary101011110101100101010111100010110000110110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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