#1edaac color space conversions
Hex:
        #1edaac
        RGB:
        30, 218, 172
        CMY:
        88, 15, 33
        CMYK:
        86, 0, 21, 15
      HSL:
        165°, 75.8065%, 48.6275%
        HSV (HSB):
        165°, 86.2385%, 85.4902%
        XYZ:
        33.0532, 53.3974, 47.5944
        xyY:
        0.2466, 0.3984, 53.3974
      CIE-Lab:
        78.1090, -54.0319, 10.4721
        CIE-LCH:
        78.1090, 55.0374, 169.0313
        CIE-Luv:
        78.1090, -63.4497, 24.0205
        Hunter-Lab:
        73.0735, -47.1380, 12.5346
      #1edaac color charts
#1edaac RGB chart
      #1edaac CMYK chart
      #1edaac RGB pie chart
      #1edaac color shades, tints & tones
#1edaac color schemes
#1edaac color preview, HTML & CSS examples
           This text has a color of #1edaac        
        
          <p style="color:#1edaac;">Text here</p>
        
        
          .mytext {color:#1edaac;}
        
        Text color #1edaac
      
           This box has a color of #1edaac        
        
          <div style="background-color:#1edaac;">Content here</div>
        
        
          .mybackground {background-color:#1edaac;}
        
        Background color #1edaac
      
           Border around this has a color of #1edaac        
        
          <div style="border:2px solid #1edaac;">Content here</div>
        
        
          .myborder {border:2px solid #1edaac;}
        
        Border color #1edaac