#51A9B0

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

Shades of Fountain Blue #51A9B0

Tints of Fountain Blue #51A9B0

Color information

#51A9B0 (or 0x51A9B0) is unknown color: approx Fountain Blue. HEX triplet: 51, A9 and B0. RGB value is (81,169,176). Sum of RGB (Red+Green+Blue) = 81+169+176=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #51A9B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A9B0 is #AE564F. Grayscale: #8F8F8F. Windows color (decimal): -11425360 or 11577681. OLE color: 11577681.

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

Color convert

RGB81169176-
CMYK0.540.0400.31
HSL184.42º37.55%50.39%-
HSV(B)184.42º53.98%69.02%-
XYZ25.4233.2646.15-
YUV143.49146.3583.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.01%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=19.01%
G=39.67%
B=41.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811691760.540.0400.31184.4237.5550.39
Hex51A9B036401Fb82632
Octal1212512606640372704662
Binary1010001101010011011000011011010001111110111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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