#2fbaac color space conversions
Hex:
        #2fbaac
        RGB:
        47, 186, 172
        CMY:
        82, 27, 33
        CMYK:
        75, 0, 8, 27
      HSL:
        174°, 59.6567%, 45.6863%
        HSV (HSB):
        174°, 74.7312%, 72.9412%
        XYZ:
        26.1776, 38.7007, 45.1200
        xyY:
        0.2380, 0.3518, 38.7007
      CIE-Lab:
        68.5339, -39.0580, -3.3594
        CIE-LCH:
        68.5339, 39.2023, 184.9160
        CIE-Luv:
        68.5339, -50.5430, 0.9344
        Hunter-Lab:
        62.2099, -33.7555, 0.5447
      #2fbaac color charts
#2fbaac RGB chart
      #2fbaac CMYK chart
      #2fbaac RGB pie chart
      #2fbaac color shades, tints & tones
#2fbaac color schemes
#2fbaac color preview, HTML & CSS examples
           This text has a color of #2fbaac        
        
          <p style="color:#2fbaac;">Text here</p>
        
        
          .mytext {color:#2fbaac;}
        
        Text color #2fbaac
      
           This box has a color of #2fbaac        
        
          <div style="background-color:#2fbaac;">Content here</div>
        
        
          .mybackground {background-color:#2fbaac;}
        
        Background color #2fbaac
      
           Border around this has a color of #2fbaac        
        
          <div style="border:2px solid #2fbaac;">Content here</div>
        
        
          .myborder {border:2px solid #2fbaac;}
        
        Border color #2fbaac