#9EFED1

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

Shades of Magic Mint #9EFED1

Tints of Magic Mint #9EFED1

Color information

#9EFED1 (or 0x9EFED1) is unknown color: approx Magic Mint. HEX triplet: 9E, FE and D1. RGB value is (158,254,209). Sum of RGB (Red+Green+Blue) = 158+254+209=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFED1 is #61012E. Grayscale: #DCDCDC. Windows color (decimal): -6357295 or 13762206. OLE color: 13762206.

HSL color Cylindrical-coordinate representation of color #9EFED1: hue angle of 151.88º 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 #9EFED1 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB158254209-
CMYK0.3800.180.00
HSL151.88º97.96%80.78%-
HSV(B)151.88º37.8%99.61%-
XYZ61.0582.7673.08-
YUV220.17121.783.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.44%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 209 (82.03% from 255) = 33.66%
R=25.44%
G=40.90%
B=33.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582542090.3800.180.00151.8897.9680.78
Hex9EFED1260120986251
Octal236376321460220230142121
Binary10011110111111101101000110011001001001001100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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