#9EFED8

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

Shades of Magic Mint #9EFED8

Tints of Magic Mint #9EFED8

Color information

#9EFED8 (or 0x9EFED8) is unknown color: approx Magic Mint. HEX triplet: 9E, FE and D8. RGB value is (158,254,216). Sum of RGB (Red+Green+Blue) = 158+254+216=628 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.16% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFED8 is #610127. Grayscale: #DDDDDD. Windows color (decimal): -6357288 or 14220958. OLE color: 14220958.

HSL color Cylindrical-coordinate representation of color #9EFED8: hue angle of 156.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFED8 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB158254216-
CMYK0.3800.150.00
HSL156.25º97.96%80.78%-
HSV(B)156.25º37.8%99.61%-
XYZ61.9483.1177.74-
YUV220.96125.283.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.16%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=25.16%
G=40.45%
B=34.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582542160.3800.150.00156.2597.9680.78
Hex9EFED8260F09c6251
Octal236376330460170234142121
Binary1001111011111110110110001001100111101001110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,254,216); }

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

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

 a { background-color: rgb(158,254,216); }

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

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

 span { border-color: rgb(158,254,216); }

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