#51ABAE

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

Shades of Fountain Blue #51ABAE

Tints of Fountain Blue #51ABAE

Color information

#51ABAE (or 0x51ABAE) is unknown color: approx Fountain Blue. HEX triplet: 51, AB and AE. RGB value is (81,171,174). Sum of RGB (Red+Green+Blue) = 81+171+174=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #51ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ABAE is #AE5451. Grayscale: #909090. Windows color (decimal): -11424850 or 11447121. OLE color: 11447121.

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

Color convert

RGB81171174-
CMYK0.530.0200.32
HSL181.94º36.47%50%-
HSV(B)181.94º53.45%68.24%-
XYZ25.633.9345.24-
YUV144.43144.6882.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.01%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=19.01%
G=40.14%
B=40.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811711740.530.0200.32181.9436.4750
Hex51ABAE352020b62432
Octal1212532566520402664462
Binary1010001101010111010111011010110010000010110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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