#51ACAC

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

Shades of Fountain Blue #51ACAC

Tints of Fountain Blue #51ACAC

Color information

#51ACAC (or 0x51ACAC) is unknown color: approx Fountain Blue. HEX triplet: 51, AC and AC. RGB value is (81,172,172). Sum of RGB (Red+Green+Blue) = 81+172+172=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #51ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ACAC is #AE5353. Grayscale: #909090. Windows color (decimal): -11424596 or 11316305. OLE color: 11316305.

HSL color Cylindrical-coordinate representation of color #51ACAC: hue angle of 180º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51ACAC is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81172172-
CMYK0.53000.33
HSL180º35.97%49.61%-
HSV(B)180º52.91%67.45%-
XYZ25.5934.2344.29-
YUV144.79143.3582.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.06%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=19.06%
G=40.47%
B=40.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721720.53000.3318035.9749.61
Hex51ACAC350021b42432
Octal1212542546500412644462
Binary101000110101100101011001101010010000110110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51ACAC; }

 p { color: rgb(81,172,172); }

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

<style>
 a { background-color: #51ACAC; }

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

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

<style>
 span { border-color: #51ACAC; }

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

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