#9DFAC3

Color #9DFAC3 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9DFAC3

Tints of Magic Mint #9DFAC3

Color information

#9DFAC3 (or 0x9DFAC3) is unknown color: approx Magic Mint. HEX triplet: 9D, FA and C3. RGB value is (157,250,195). Sum of RGB (Red+Green+Blue) = 157+250+195=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFAC3 is #62053C. Grayscale: #D8D8D8. Windows color (decimal): -6423869 or 12843677. OLE color: 12843677.

HSL color Cylindrical-coordinate representation of color #9DFAC3: hue angle of 144.52º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFAC3 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB157250195-
CMYK0.3700.220.02
HSL144.52º90.29%79.8%-
HSV(B)144.52º37.2%98.04%-
XYZ57.9479.4863.92-
YUV215.92116.1985.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=26.08%
G=41.53%
B=32.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572501950.3700.220.02144.5290.2979.8
Hex9DFAC3250162915a50
Octal235372303450262221132120
Binary100111011111101011000011100101010110101001000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DFAC3; }

 p { color: rgb(157,250,195); }

 H1.HeaderClassName
 {
   color: #9DFAC3;
 }
 .AnyTagClassName
 {
   color: #9DFAC3;
 }
</style>
background-color css

<style>
 a { background-color: #9DFAC3; }

 a { background-color: rgb(157,250,195); }

 div.DivClassName
 {
   background-color: #9DFAC3;
 }
 .BgClassName
 {
   background-color: #9DFAC3;
 }
</style>
border-color css

<style>
 span { border-color: #9DFAC3; }

 span { border-color: rgb(157,250,195); }

 td.TdClassName
 {
   border-color: #9DFAC3;
 }
 .TagClassName
 {
   border-color: #9DFAC3;
 }
</style>