#9EFFBF

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

Shades of Magic Mint #9EFFBF

Tints of Magic Mint #9EFFBF

Color information

#9EFFBF (or 0x9EFFBF) is unknown color: approx Magic Mint. HEX triplet: 9E, FF and BF. RGB value is (158,255,191). Sum of RGB (Red+Green+Blue) = 158+255+191=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFBF is #610040. Grayscale: #DADADA. Windows color (decimal): -6357057 or 12582814. OLE color: 12582814.

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

Color convert

RGB158255191-
CMYK0.3800.250
HSL140.41º100%80.98%-
HSV(B)140.41º38.04%100%-
XYZ59.2682.5562.1-
YUV218.7112.3684.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.16%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 191 (75% from 255) = 31.62%
R=26.16%
G=42.22%
B=31.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582551910.3800.250140.4110080.98
Hex9EFFBF2601908c6451
Octal236377277460310214144121
Binary10011110111111111011111110011001100101000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,191); }

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

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

 a { background-color: rgb(158,255,191); }

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

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

 span { border-color: rgb(158,255,191); }

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