#51B77F

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

Shades of Ocean Green #51B77F

Tints of Ocean Green #51B77F

Color information

#51B77F (or 0x51B77F) is unknown color: approx Ocean Green. HEX triplet: 51, B7 and 7F. RGB value is (81,183,127). Sum of RGB (Red+Green+Blue) = 81+183+127=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #51B77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B77F is #AE4880. Grayscale: #929292. Windows color (decimal): -11421825 or 8370001. OLE color: 8370001.

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

Color convert

RGB81183127-
CMYK0.5600.310.28
HSL147.06º41.46%51.76%-
HSV(B)147.06º55.74%71.76%-
XYZ24.1637.1525.98-
YUV146.12117.2181.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 183 (71.88% from 255) = 46.80%
BLUE value IS 127 (50% from 255) = 32.48%
R=20.72%
G=46.80%
B=32.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811831270.5600.310.28147.0641.4651.76
Hex51B77F3801F1C932934
Octal12126717770037342235164
Binary10100011011011111111111110000111111110010010011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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