#51A8AD

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

Shades of Fountain Blue #51A8AD

Tints of Fountain Blue #51A8AD

Color information

#51A8AD (or 0x51A8AD) is unknown color: approx Fountain Blue. HEX triplet: 51, A8 and AD. RGB value is (81,168,173). Sum of RGB (Red+Green+Blue) = 81+168+173=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #51A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A8AD is #AE5752. Grayscale: #8E8E8E. Windows color (decimal): -11425619 or 11380817. OLE color: 11380817.

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

Color convert

RGB81168173-
CMYK0.530.0300.32
HSL183.26º36.22%49.8%-
HSV(B)183.26º53.18%67.84%-
XYZ24.9432.7744.55-
YUV142.56145.1884.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.19%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=19.19%
G=39.81%
B=41.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811681730.530.0300.32183.2636.2249.8
Hex51A8AD353020b72432
Octal1212502556530402674462
Binary1010001101010001010110111010111010000010110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,168,173); }

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

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

 a { background-color: rgb(81,168,173); }

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

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

 span { border-color: rgb(81,168,173); }

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