VIEW PRODUCT CATEGORIES

18K White Gold Aquamarine & Diamond Ring, 1.75ct,.50tdw

SKU: 164024 Categories: , ,

$995.00

1 in stock

Ladies aquamarine and diamond ring in 18k white gold setting.

Stamped 18k and weighs 6.5 grams.

The aquamarine is an antique cushion cut, 1.75 carats, sky blue color.

On the sides are round brilliant cut diamonds, .50 total carats, G to H color, VS clarity, very good cuts.

The ring measures 12mm at the top.

Ring size is 5 3/4 and can be sized, up or down, one full size or less for an extra fee.

Very attractive metal work on the sides of the ring.

Very good condition.

Some minor abrasions on ring shank that can be buffed out.

Additional information

Base Metal

White Gold

Brand

Unbranded

Diamond Clarity Grade

VS

Diamond Color Grade

G – H

Main Stone

Aquamarine

Main Stone Color

Aqua

Main Stone Creation

Natural

Metal

White Gold

Metal Purity

18k

Number of Gemstones

1

Ring Size

5.75

Secondary Stone

Diamond

Sizable

Yes

Style

Ring

Total Carat Weight

0.50 ctw – 0.74 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); }); });