#42dabb color space conversions
Hex:
        #42dabb
        RGB:
        66, 218, 187
        CMY:
        74, 15, 27
        CMYK:
        70, 0, 14, 15
      HSL:
        168°, 67.2566%, 55.6863%
        HSV (HSB):
        168°, 69.7248%, 85.4902%
        XYZ:
        36.2878, 54.8889, 55.6958
        xyY:
        0.2471, 0.3737, 54.8889
      CIE-Lab:
        78.9772, -46.6597, 3.8039
        CIE-LCH:
        78.9772, 46.8145, 175.3393
        CIE-Luv:
        78.9772, -57.9724, 13.1552
        Hunter-Lab:
        74.0871, -42.2231, 7.2890
      #42dabb color charts
#42dabb RGB chart
      #42dabb CMYK chart
      #42dabb RGB pie chart
      #42dabb color shades, tints & tones
#42dabb color schemes
#42dabb color preview, HTML & CSS examples
           This text has a color of #42dabb        
        
          <p style="color:#42dabb;">Text here</p>
        
        
          .mytext {color:#42dabb;}
        
        Text color #42dabb
      
           This box has a color of #42dabb        
        
          <div style="background-color:#42dabb;">Content here</div>
        
        
          .mybackground {background-color:#42dabb;}
        
        Background color #42dabb
      
           Border around this has a color of #42dabb        
        
          <div style="border:2px solid #42dabb;">Content here</div>
        
        
          .myborder {border:2px solid #42dabb;}
        
        Border color #42dabb