#12dabb color space conversions
Hex:
        #12dabb
        RGB:
        18, 218, 187
        CMY:
        93, 15, 27
        CMYK:
        92, 0, 14, 15
      HSL:
        171°, 84.7458%, 46.2745%
        HSV (HSB):
        171°, 91.7431%, 85.4902%
        XYZ:
        34.2905, 53.8593, 55.6023
        xyY:
        0.2385, 0.3747, 53.8593
      CIE-Lab:
        78.3796, -50.8645, 2.8631
        CIE-LCH:
        78.3796, 50.9450, 176.7783
        CIE-Luv:
        78.3796, -63.0715, 12.3086
        Hunter-Lab:
        73.3889, -45.0275, 6.4518
      #12dabb color charts
#12dabb RGB chart
      #12dabb CMYK chart
      #12dabb RGB pie chart
      #12dabb color shades, tints & tones
#12dabb color schemes
#12dabb color preview, HTML & CSS examples
           This text has a color of #12dabb        
        
          <p style="color:#12dabb;">Text here</p>
        
        
          .mytext {color:#12dabb;}
        
        Text color #12dabb
      
           This box has a color of #12dabb        
        
          <div style="background-color:#12dabb;">Content here</div>
        
        
          .mybackground {background-color:#12dabb;}
        
        Background color #12dabb
      
           Border around this has a color of #12dabb        
        
          <div style="border:2px solid #12dabb;">Content here</div>
        
        
          .myborder {border:2px solid #12dabb;}
        
        Border color #12dabb