#51ADAE

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

Shades of Fountain Blue #51ADAE

Tints of Fountain Blue #51ADAE

Color information

#51ADAE (or 0x51ADAE) is unknown color: approx Fountain Blue. HEX triplet: 51, AD and AE. RGB value is (81,173,174). Sum of RGB (Red+Green+Blue) = 81+173+174=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #51ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ADAE is #AE5251. Grayscale: #919191. Windows color (decimal): -11424338 or 11447633. OLE color: 11447633.

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

Color convert

RGB81173174-
CMYK0.530.0100.32
HSL180.65º36.47%50%-
HSV(B)180.65º53.45%68.24%-
XYZ25.9834.6945.37-
YUV145.61144.0281.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 173 (67.97% from 255) = 40.42%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=18.93%
G=40.42%
B=40.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731740.530.0100.32180.6536.4750
Hex51ADAE351020b52432
Octal1212552566510402654462
Binary101000110101101101011101101011010000010110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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