#12ddab color space conversions
Hex:
        #12ddab
        RGB:
        18, 221, 171
        CMY:
        93, 13, 33
        CMYK:
        92, 0, 23, 13
      HSL:
        165°, 84.9372%, 46.8627%
        HSV (HSB):
        165°, 91.8552%, 86.6667%
        XYZ:
        33.4566, 54.7818, 47.3387
        xyY:
        0.2468, 0.4041, 54.7818
      CIE-Lab:
        78.9154, -56.0831, 12.1347
        CIE-LCH:
        78.9154, 57.3809, 167.7911
        CIE-Luv:
        78.9154, -65.2858, 26.7600
        Hunter-Lab:
        74.0147, -48.8391, 13.8893
      #12ddab color charts
#12ddab RGB chart
      #12ddab CMYK chart
      #12ddab RGB pie chart
      #12ddab color shades, tints & tones
#12ddab color schemes
#12ddab color preview, HTML & CSS examples
           This text has a color of #12ddab        
        
          <p style="color:#12ddab;">Text here</p>
        
        
          .mytext {color:#12ddab;}
        
        Text color #12ddab
      
           This box has a color of #12ddab        
        
          <div style="background-color:#12ddab;">Content here</div>
        
        
          .mybackground {background-color:#12ddab;}
        
        Background color #12ddab
      
           Border around this has a color of #12ddab        
        
          <div style="border:2px solid #12ddab;">Content here</div>
        
        
          .myborder {border:2px solid #12ddab;}
        
        Border color #12ddab