#51ADAB

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

Shades of Fountain Blue #51ADAB

Tints of Fountain Blue #51ADAB

Color information

#51ADAB (or 0x51ADAB) is unknown color: approx Fountain Blue. HEX triplet: 51, AD and AB. RGB value is (81,173,171). Sum of RGB (Red+Green+Blue) = 81+173+171=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #51ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ADAB is #AE5254. Grayscale: #919191. Windows color (decimal): -11424341 or 11251025. OLE color: 11251025.

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

Color convert

RGB81173171-
CMYK0.5300.010.32
HSL178.7º36.22%49.8%-
HSV(B)178.7º53.18%67.84%-
XYZ25.6934.5843.85-
YUV145.26142.5282.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.06%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=19.06%
G=40.71%
B=40.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731710.5300.010.32178.736.2249.8
Hex51ADAB350120b32432
Octal1212552536501402634462
Binary101000110101101101010111101010110000010110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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