#12eeac color space conversions
Hex:
        #12eeac
        RGB:
        18, 238, 172
        CMY:
        93, 7, 33
        CMYK:
        92, 0, 28, 7
      HSL:
        162°, 86.6142%, 50.1961%
        HSV (HSB):
        162°, 92.4370%, 93.3333%
        XYZ:
        38.2704, 64.2562, 49.4154
        xyY:
        0.2519, 0.4229, 64.2562
      CIE-Lab:
        84.0990, -62.2472, 18.8880
        CIE-LCH:
        84.0990, 65.0498, 163.1204
        CIE-Luv:
        84.0990, -70.8090, 37.5885
        Hunter-Lab:
        80.1600, -55.0596, 19.5621
      #12eeac color charts
#12eeac RGB chart
      #12eeac CMYK chart
      #12eeac RGB pie chart
      #12eeac color shades, tints & tones
#12eeac color schemes
#12eeac color preview, HTML & CSS examples
           This text has a color of #12eeac        
        
          <p style="color:#12eeac;">Text here</p>
        
        
          .mytext {color:#12eeac;}
        
        Text color #12eeac
      
           This box has a color of #12eeac        
        
          <div style="background-color:#12eeac;">Content here</div>
        
        
          .mybackground {background-color:#12eeac;}
        
        Background color #12eeac
      
           Border around this has a color of #12eeac        
        
          <div style="border:2px solid #12eeac;">Content here</div>
        
        
          .myborder {border:2px solid #12eeac;}
        
        Border color #12eeac