VIEW PRODUCT CATEGORIES

14k Yellow Gold Diamond and Emerald Ring 5.1gr 1.00tcw

SKU: 148937 Categories: , ,

$700.00

1 in stock

Emerald and Diamond Ring

14k yellow gold emerald and diamond ring.

Specifications:

  • There is 1.00tcw, Diamonds are I1 clarity, G-H-I color.
  • Natural Emeralds, light green color.
  • Stamped 14k.
  • Weigh 5.1 grams.
  • Size 8, can be sized for an additional fee.

Shop our selection of rings

Please note all items show signs of wear commensurate with age and use, and the lack of a statement regarding condition does not imply the item is in perfect condition or completely free from defects or the effects of aging. Should you have any specific questions regarding the condition of this item, please contact us for additional information.

Additional information

Brand

Unbranded

Diamond Clarity Grade

I1

Diamond Color Grade

G – I

Main Stone

Emerald

Main Stone Color

Green

Main Stone Creation

Natural

Material

Gemstone

Metal

Yellow Gold

Metal Purity

14k

Number of Diamonds

9

Number of Gemstones

18

Occasion

Anniversary

Shape

Round

Ring Size

8

Secondary Stone

Diamond

Sizable

Yes

Style

Cocktail

Total Carat Weight

1.00 ctw – 1.24 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); }); });