#51B8B7

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

Shades of Fountain Blue #51B8B7

Tints of Fountain Blue #51B8B7

Color information

#51B8B7 (or 0x51B8B7) is unknown color: approx Fountain Blue. HEX triplet: 51, B8 and B7. RGB value is (81,184,183). Sum of RGB (Red+Green+Blue) = 81+184+183=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #51B8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B8B7 is #AE4748. Grayscale: #989898. Windows color (decimal): -11421513 or 12040273. OLE color: 12040273.

HSL color Cylindrical-coordinate representation of color #51B8B7: hue angle of 179.42º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B8B7 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB81184183-
CMYK0.5600.010.28
HSL179.42º42.04%51.96%-
HSV(B)179.42º55.98%72.16%-
XYZ29.0839.4550.88-
YUV153.09144.8876.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.08%
GREEN value IS 184 (72.27% from 255) = 41.07%
BLUE value IS 183 (71.88% from 255) = 40.85%
R=18.08%
G=41.07%
B=40.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811841830.5600.010.28179.4242.0451.96
Hex51B8B738011Cb32a34
Octal1212702677001342635264
Binary10100011011100010110111111000011110010110011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,184,183); }

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

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

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

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

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

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

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