#8dd4bc color space conversions
Hex:
        #8dd4bc
        RGB:
        141, 212, 188
        CMY:
        45, 17, 26
        CMYK:
        33, 0, 11, 17
      HSL:
        160°, 45.2229%, 69.2157%
        HSV (HSB):
        160°, 33.4906%, 83.1373%
        XYZ:
        43.6051, 56.3805, 56.1613
        xyY:
        0.2793, 0.3611, 56.3805
      CIE-Lab:
        79.8299, -27.4310, 4.8297
        CIE-LCH:
        79.8299, 27.8529, 170.0145
        CIE-Luv:
        79.8299, -34.1947, 11.7928
        Hunter-Lab:
        75.0870, -27.7423, 8.2150
      #8dd4bc color charts
#8dd4bc RGB chart
      #8dd4bc CMYK chart
      #8dd4bc RGB pie chart
      #8dd4bc color shades, tints & tones
#8dd4bc color schemes
#8dd4bc color preview, HTML & CSS examples
           This text has a color of #8dd4bc        
        
          <p style="color:#8dd4bc;">Text here</p>
        
        
          .mytext {color:#8dd4bc;}
        
        Text color #8dd4bc
      
           This box has a color of #8dd4bc        
        
          <div style="background-color:#8dd4bc;">Content here</div>
        
        
          .mybackground {background-color:#8dd4bc;}
        
        Background color #8dd4bc
      
           Border around this has a color of #8dd4bc        
        
          <div style="border:2px solid #8dd4bc;">Content here</div>
        
        
          .myborder {border:2px solid #8dd4bc;}
        
        Border color #8dd4bc