#9EF8BE

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

Shades of Magic Mint #9EF8BE

Tints of Magic Mint #9EF8BE

Color information

#9EF8BE (or 0x9EF8BE) is unknown color: approx Magic Mint. HEX triplet: 9E, F8 and BE. RGB value is (158,248,190). Sum of RGB (Red+Green+Blue) = 158+248+190=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF8BE is #610741. Grayscale: #D6D6D6. Windows color (decimal): -6358850 or 12515486. OLE color: 12515486.

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

Color convert

RGB158248190-
CMYK0.3600.230.03
HSL141.33º86.54%79.61%-
HSV(B)141.33º36.29%97.25%-
XYZ56.9678.1260.79-
YUV214.48114.1887.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.51%
GREEN value IS 248 (97.27% from 255) = 41.61%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=26.51%
G=41.61%
B=31.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1582481900.3600.230.03141.3386.5479.61
Hex9EF8BE2401738d5750
Octal236370276440273215127120
Binary100111101111100010111110100100010111111000110110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,248,190); }

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

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

 a { background-color: rgb(158,248,190); }

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

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

 span { border-color: rgb(158,248,190); }

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