#9EF2BC

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

Shades of Magic Mint #9EF2BC

Tints of Magic Mint #9EF2BC

Color information

#9EF2BC (or 0x9EF2BC) is unknown color: approx Magic Mint. HEX triplet: 9E, F2 and BC. RGB value is (158,242,188). Sum of RGB (Red+Green+Blue) = 158+242+188=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF2BC is #610D43. Grayscale: #D2D2D2. Windows color (decimal): -6360388 or 12382878. OLE color: 12382878.

HSL color Cylindrical-coordinate representation of color #9EF2BC: hue angle of 141.43º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2BC is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB158242188-
CMYK0.3500.220.05
HSL141.43º76.36%78.43%-
HSV(B)141.43º34.71%94.9%-
XYZ54.9374.459.04-
YUV210.73115.1790.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=26.87%
G=41.16%
B=31.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582421880.3500.220.05141.4376.3678.43
Hex9EF2BC2301658d4c4e
Octal236362274430265215114116
Binary1001111011110010101111001000110101101011000110110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,242,188); }

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

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

 a { background-color: rgb(158,242,188); }

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

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

 span { border-color: rgb(158,242,188); }

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