#3faead color space conversions
Hex:
        #3faead
        RGB:
        63, 174, 173
        CMY:
        75, 32, 32
        CMYK:
        64, 0, 1, 32
      HSL:
        179°, 46.8354%, 46.4706%
        HSV (HSB):
        179°, 63.7931%, 68.2353%
        XYZ:
        24.7288, 34.3460, 44.8613
        xyY:
        0.2379, 0.3305, 34.3460
      CIE-Lab:
        65.2363, -30.9599, -8.7594
        CIE-LCH:
        65.2363, 32.1752, 195.7977
        CIE-Luv:
        65.2363, -43.4135, -8.5247
        Hunter-Lab:
        58.6055, -27.2409, -4.3614
      #3faead color charts
#3faead RGB chart
      #3faead CMYK chart
      #3faead RGB pie chart
      #3faead color shades, tints & tones
#3faead color schemes
#3faead color preview, HTML & CSS examples
           This text has a color of #3faead        
        
          <p style="color:#3faead;">Text here</p>
        
        
          .mytext {color:#3faead;}
        
        Text color #3faead
      
           This box has a color of #3faead        
        
          <div style="background-color:#3faead;">Content here</div>
        
        
          .mybackground {background-color:#3faead;}
        
        Background color #3faead
      
           Border around this has a color of #3faead        
        
          <div style="border:2px solid #3faead;">Content here</div>
        
        
          .myborder {border:2px solid #3faead;}
        
        Border color #3faead