#51ACAF

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

Shades of Fountain Blue #51ACAF

Tints of Fountain Blue #51ACAF

Color information

#51ACAF (or 0x51ACAF) is unknown color: approx Fountain Blue. HEX triplet: 51, AC and AF. RGB value is (81,172,175). Sum of RGB (Red+Green+Blue) = 81+172+175=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #51ACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ACAF is #AE5350. Grayscale: #919191. Windows color (decimal): -11424593 or 11512913. OLE color: 11512913.

HSL color Cylindrical-coordinate representation of color #51ACAF: hue angle of 181.91º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51ACAF is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81172175-
CMYK0.540.0200.31
HSL181.91º37.01%50.2%-
HSV(B)181.91º53.71%68.63%-
XYZ25.8834.3545.82-
YUV145.13144.8582.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=18.93%
G=40.19%
B=40.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811721750.540.0200.31181.9137.0150.2
Hex51ACAF36201Fb62532
Octal1212542576620372664562
Binary101000110101100101011111101101001111110110110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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