#51A9AC

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

Shades of Fountain Blue #51A9AC

Tints of Fountain Blue #51A9AC

Color information

#51A9AC (or 0x51A9AC) is unknown color: approx Fountain Blue. HEX triplet: 51, A9 and AC. RGB value is (81,169,172). Sum of RGB (Red+Green+Blue) = 81+169+172=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #51A9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A9AC is #AE5653. Grayscale: #8E8E8E. Windows color (decimal): -11425364 or 11315537. OLE color: 11315537.

HSL color Cylindrical-coordinate representation of color #51A9AC: hue angle of 181.98º 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 #51A9AC is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81169172-
CMYK0.530.0200.33
HSL181.98º35.97%49.61%-
HSV(B)181.98º52.91%67.45%-
XYZ25.0333.144.1-
YUV143.03144.3583.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.19%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=19.19%
G=40.05%
B=40.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811691720.530.0200.33181.9835.9749.61
Hex51A9AC352021b62432
Octal1212512546520412664462
Binary1010001101010011010110011010110010000110110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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