VIEW PRODUCT CATEGORIES

14K White Gold Vintage Synthetic Emerald & Diamond Ring, 7.8g

SKU: 170182 Categories: , ,

$795.00

1 in stock

14K White Gold Vintage Synthetic Emerald & Diamond Ring, 7.8g

Ladies vintage emerald and diamond ring with 14k white gold setting.

Stamped 14k and weighs 7.8 grams gross weight.

The emerald looks to be hydro thermal lab grown, measuring 12.7mm by 9.3mm and 5.2mm deep, approximately 4.00 carats.

The clarity is opaque, but has a nice green color.

The side diamonds are baguette and single-cut rounds, .25 total carats.

Ring size is 6 and can be sized up to an 8 or down to a 5 1/2 for an extra fee.

Overall, very good condition.

Additional information

Base Metal

White Gold

Brand

Unbranded

Main Stone

Emerald

Main Stone Color

Green

Main Stone Creation

Synthetic

Metal

White Gold

Metal Purity

14k

Number of Gemstones

1

Ring Size

6

Secondary Stone

Diamond

Sizable

Yes

Total Carat Weight

0.25 ctw – 0.49 ctw

Type

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });