#51ADAD

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

Shades of Fountain Blue #51ADAD

Tints of Fountain Blue #51ADAD

Color information

#51ADAD (or 0x51ADAD) is unknown color: approx Fountain Blue. HEX triplet: 51, AD and AD. RGB value is (81,173,173). Sum of RGB (Red+Green+Blue) = 81+173+173=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #51ADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ADAD is #AE5252. Grayscale: #919191. Windows color (decimal): -11424339 or 11382097. OLE color: 11382097.

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

Color convert

RGB81173173-
CMYK0.53000.32
HSL180º36.22%49.8%-
HSV(B)180º53.18%67.84%-
XYZ25.8834.6544.86-
YUV145.49143.5282-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.97%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=18.97%
G=40.52%
B=40.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731730.53000.3218036.2249.8
Hex51ADAD350020b42432
Octal1212552556500402644462
Binary101000110101101101011011101010010000010110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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