#12bbad color space conversions
Hex:
        #12bbad
        RGB:
        18, 187, 173
        CMY:
        93, 27, 32
        CMYK:
        90, 0, 7, 27
      HSL:
        175°, 82.4390%, 40.1961%
        HSV (HSB):
        175°, 90.3743%, 73.3333%
        XYZ:
        25.5626, 38.6864, 45.6551
        xyY:
        0.2326, 0.3520, 38.6864
      CIE-Lab:
        68.5235, -41.5808, -3.9646
        CIE-LCH:
        68.5235, 41.7694, 185.4465
        CIE-Luv:
        68.5235, -53.6165, 0.3432
        Hunter-Lab:
        62.1984, -35.4863, 0.0186
      #12bbad color charts
#12bbad RGB chart
      #12bbad CMYK chart
      #12bbad RGB pie chart
      #12bbad color shades, tints & tones
#12bbad color schemes
#12bbad color preview, HTML & CSS examples
           This text has a color of #12bbad        
        
          <p style="color:#12bbad;">Text here</p>
        
        
          .mytext {color:#12bbad;}
        
        Text color #12bbad
      
           This box has a color of #12bbad        
        
          <div style="background-color:#12bbad;">Content here</div>
        
        
          .mybackground {background-color:#12bbad;}
        
        Background color #12bbad
      
           Border around this has a color of #12bbad        
        
          <div style="border:2px solid #12bbad;">Content here</div>
        
        
          .myborder {border:2px solid #12bbad;}
        
        Border color #12bbad