#57ABAE

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

Shades of Fountain Blue #57ABAE

Tints of Fountain Blue #57ABAE

Color information

#57ABAE (or 0x57ABAE) is unknown color: approx Fountain Blue. HEX triplet: 57, AB and AE. RGB value is (87,171,174). Sum of RGB (Red+Green+Blue) = 87+171+174=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #57ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57ABAE is #A85451. Grayscale: #929292. Windows color (decimal): -11031634 or 11447127. OLE color: 11447127.

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

Color convert

RGB87171174-
CMYK0.50.0200.32
HSL182.07º34.94%51.18%-
HSV(B)182.07º50%68.24%-
XYZ26.1334.2145.27-
YUV146.23143.6785.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.14%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=20.14%
G=39.58%
B=40.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871711740.50.0200.32182.0734.9451.18
Hex57ABAE322020b62333
Octal1272532566220402664363
Binary1010111101010111010111011001010010000010110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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