#9EFECD

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

Shades of Magic Mint #9EFECD

Tints of Magic Mint #9EFECD

Color information

#9EFECD (or 0x9EFECD) is unknown color: approx Magic Mint. HEX triplet: 9E, FE and CD. RGB value is (158,254,205). Sum of RGB (Red+Green+Blue) = 158+254+205=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFECD is #610132. Grayscale: #DBDBDB. Windows color (decimal): -6357299 or 13500062. OLE color: 13500062.

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

Color convert

RGB158254205-
CMYK0.3800.190.00
HSL149.38º97.96%80.78%-
HSV(B)149.38º37.8%99.61%-
XYZ60.5682.5670.5-
YUV219.71119.783.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.61%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=25.61%
G=41.17%
B=33.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582542050.3800.190.00149.3897.9680.78
Hex9EFECD260130956251
Octal236376315460230225142121
Binary10011110111111101100110110011001001101001010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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