#9EF1BC

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

Shades of Magic Mint #9EF1BC

Tints of Magic Mint #9EF1BC

Color information

#9EF1BC (or 0x9EF1BC) is unknown color: approx Magic Mint. HEX triplet: 9E, F1 and BC. RGB value is (158,241,188). Sum of RGB (Red+Green+Blue) = 158+241+188=587 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.92% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1BC is #610E43. Grayscale: #D2D2D2. Windows color (decimal): -6360644 or 12382622. OLE color: 12382622.

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

Color convert

RGB158241188-
CMYK0.3400.220.05
HSL141.69º74.77%78.24%-
HSV(B)141.69º34.44%94.51%-
XYZ54.6373.8158.94-
YUV210.14115.590.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.92%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=26.92%
G=41.06%
B=32.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582411880.3400.220.05141.6974.7778.24
Hex9EF1BC2201658e4b4e
Octal236361274420265216113116
Binary1001111011110001101111001000100101101011000111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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