#51ACAB

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

Shades of Fountain Blue #51ACAB

Tints of Fountain Blue #51ACAB

Color information

#51ACAB (or 0x51ACAB) is unknown color: approx Fountain Blue. HEX triplet: 51, AC and AB. RGB value is (81,172,171). Sum of RGB (Red+Green+Blue) = 81+172+171=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #51ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ACAB is #AE5354. Grayscale: #909090. Windows color (decimal): -11424597 or 11250769. OLE color: 11250769.

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

Color convert

RGB81172171-
CMYK0.5300.010.33
HSL179.34º35.97%49.61%-
HSV(B)179.34º52.91%67.45%-
XYZ25.534.1943.78-
YUV144.68142.8582.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=19.10%
G=40.57%
B=40.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811721710.5300.010.33179.3435.9749.61
Hex51ACAB350121b32432
Octal1212542536501412634462
Binary101000110101100101010111101010110000110110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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