#51B373

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

Shades of Ocean Green #51B373

Tints of Ocean Green #51B373

Color information

#51B373 (or 0x51B373) is unknown color: approx Ocean Green. HEX triplet: 51, B3 and 73. RGB value is (81,179,115). Sum of RGB (Red+Green+Blue) = 81+179+115=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #51B373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B373 is #AE4C8C. Grayscale: #8E8E8E. Windows color (decimal): -11422861 or 7582545. OLE color: 7582545.

HSL color Cylindrical-coordinate representation of color #51B373: hue angle of 140.82º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B373 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB81179115-
CMYK0.5500.360.30
HSL140.82º39.2%50.98%-
HSV(B)140.82º54.75%70.2%-
XYZ22.6135.2321.83-
YUV142.4112.5384.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 179 (70.31% from 255) = 47.73%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=21.6%
G=47.73%
B=30.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811791150.5500.360.30140.8239.250.98
Hex51B373370241E8d2733
Octal12126316367044362154763
Binary101000110110011111001111011101001001111010001101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,179,115); }

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

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

 a { background-color: rgb(81,179,115); }

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

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

 span { border-color: rgb(81,179,115); }

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