#51B77C

Color #51B77C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #51B77C

Tints of Ocean Green #51B77C

Color information

#51B77C (or 0x51B77C) is unknown color: approx Ocean Green. HEX triplet: 51, B7 and 7C. RGB value is (81,183,124). Sum of RGB (Red+Green+Blue) = 81+183+124=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #51B77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B77C is #AE4883. Grayscale: #919191. Windows color (decimal): -11421828 or 8173393. OLE color: 8173393.

HSL color Cylindrical-coordinate representation of color #51B77C: hue angle of 145.29º degrees, saturation: 0.41, 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 #51B77C is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB81183124-
CMYK0.5600.320.28
HSL145.29º41.46%51.76%-
HSV(B)145.29º55.74%71.76%-
XYZ23.9637.0724.96-
YUV145.78115.7181.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 183 (71.88% from 255) = 47.16%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=20.88%
G=47.16%
B=31.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811831240.5600.320.28145.2941.4651.76
Hex51B77C380201C912934
Octal12126717470040342215164
Binary101000110110111111110011100001000001110010010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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