#9EFFC2

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

Shades of Magic Mint #9EFFC2

Tints of Magic Mint #9EFFC2

Color information

#9EFFC2 (or 0x9EFFC2) is unknown color: approx Magic Mint. HEX triplet: 9E, FF and C2. RGB value is (158,255,194). Sum of RGB (Red+Green+Blue) = 158+255+194=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFC2 is #61003D. Grayscale: #DBDBDB. Windows color (decimal): -6357054 or 12779422. OLE color: 12779422.

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

Color convert

RGB158255194-
CMYK0.3800.240
HSL142.27º100%80.98%-
HSV(B)142.27º38.04%100%-
XYZ59.682.6863.86-
YUV219.04113.8684.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.03%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=26.03%
G=42.01%
B=31.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582551940.3800.240142.2710080.98
Hex9EFFC22601808e6451
Octal236377302460300216144121
Binary10011110111111111100001010011001100001000111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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