#51A6B0

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

Shades of Fountain Blue #51A6B0

Tints of Fountain Blue #51A6B0

Color information

#51A6B0 (or 0x51A6B0) is unknown color: approx Fountain Blue. HEX triplet: 51, A6 and B0. RGB value is (81,166,176). Sum of RGB (Red+Green+Blue) = 81+166+176=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #51A6B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A6B0 is #AE594F. Grayscale: #8D8D8D. Windows color (decimal): -11426128 or 11576913. OLE color: 11576913.

HSL color Cylindrical-coordinate representation of color #51A6B0: hue angle of 186.32º degrees, saturation: 0.38, 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 #51A6B0 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81166176-
CMYK0.540.0600.31
HSL186.32º37.55%50.39%-
HSV(B)186.32º53.98%69.02%-
XYZ24.8732.1645.97-
YUV141.72147.3484.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=19.15%
G=39.24%
B=41.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811661760.540.0600.31186.3237.5550.39
Hex51A6B036601Fba2632
Octal1212462606660372724662
Binary1010001101001101011000011011011001111110111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,166,176); }

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

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

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

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

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

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

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