#51B76F

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

Shades of Ocean Green #51B76F

Tints of Ocean Green #51B76F

Color information

#51B76F (or 0x51B76F) is unknown color: approx Ocean Green. HEX triplet: 51, B7 and 6F. RGB value is (81,183,111). Sum of RGB (Red+Green+Blue) = 81+183+111=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #51B76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B76F is #AE4890. Grayscale: #909090. Windows color (decimal): -11421841 or 7321425. OLE color: 7321425.

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

Color convert

RGB81183111-
CMYK0.5600.390.28
HSL137.65º41.46%51.76%-
HSV(B)137.65º55.74%71.76%-
XYZ23.236.7620.91-
YUV144.29109.2182.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=21.6%
G=48.8%
B=29.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811831110.5600.390.28137.6541.4651.76
Hex51B76F380271C8a2934
Octal12126715770047342125164
Binary101000110110111110111111100001001111110010001010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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