#9EF4DF

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

Shades of Magic Mint #9EF4DF

Tints of Magic Mint #9EF4DF

Color information

#9EF4DF (or 0x9EF4DF) is unknown color: approx Magic Mint. HEX triplet: 9E, F4 and DF. RGB value is (158,244,223). Sum of RGB (Red+Green+Blue) = 158+244+223=625 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.28% from 625); Green value is 244 (95.70% from 255 or 39.04% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF4DF is #610B20. Grayscale: #D7D7D7. Windows color (decimal): -6359841 or 14677150. OLE color: 14677150.

HSL color Cylindrical-coordinate representation of color #9EF4DF: hue angle of 165.35º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF4DF is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB158244223-
CMYK0.3500.090.04
HSL165.35º79.63%78.82%-
HSV(B)165.35º35.25%95.69%-
XYZ59.7777.381.58-
YUV215.89132.0186.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.28%
GREEN value IS 244 (95.70% from 255) = 39.04%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=25.28%
G=39.04%
B=35.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582442230.3500.090.04165.3579.6378.82
Hex9EF4DF23094a5504f
Octal236364337430114245120117
Binary100111101111010011011111100011010011001010010110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,244,223); }

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

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

 a { background-color: rgb(158,244,223); }

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

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

 span { border-color: rgb(158,244,223); }

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