#51B77D

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

Shades of Ocean Green #51B77D

Tints of Ocean Green #51B77D

Color information

#51B77D (or 0x51B77D) is unknown color: approx Ocean Green. HEX triplet: 51, B7 and 7D. RGB value is (81,183,125). Sum of RGB (Red+Green+Blue) = 81+183+125=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #51B77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B77D is #AE4882. Grayscale: #929292. Windows color (decimal): -11421827 or 8238929. OLE color: 8238929.

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

Color convert

RGB81183125-
CMYK0.5600.320.28
HSL145.88º41.46%51.76%-
HSV(B)145.88º55.74%71.76%-
XYZ24.0337.125.3-
YUV145.89116.2181.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 183 (71.88% from 255) = 47.04%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=20.82%
G=47.04%
B=32.13%

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
Decimal811831250.5600.320.28145.8841.4651.76
Hex51B77D380201C922934
Octal12126717570040342225164
Binary101000110110111111110111100001000001110010010010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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