#9EF7D6

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

Shades of Magic Mint #9EF7D6

Tints of Magic Mint #9EF7D6

Color information

#9EF7D6 (or 0x9EF7D6) is unknown color: approx Magic Mint. HEX triplet: 9E, F7 and D6. RGB value is (158,247,214). Sum of RGB (Red+Green+Blue) = 158+247+214=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #9EF7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF7D6 is #610829. Grayscale: #D8D8D8. Windows color (decimal): -6359082 or 14088094. OLE color: 14088094.

HSL color Cylindrical-coordinate representation of color #9EF7D6: hue angle of 157.75º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF7D6 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB158247214-
CMYK0.3600.130.03
HSL157.75º84.76%79.41%-
HSV(B)157.75º36.03%96.86%-
XYZ59.578.6575.66-
YUV216.63126.5186.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.53%
GREEN value IS 247 (96.88% from 255) = 39.90%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=25.53%
G=39.90%
B=34.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1582472140.3600.130.03157.7584.7679.41
Hex9EF7D6240D39e554f
Octal236367326440153236125117
Binary10011110111101111101011010010001101111001111010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,247,214); }

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

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

 a { background-color: rgb(158,247,214); }

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

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

 span { border-color: rgb(158,247,214); }

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