#9EF1BB

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

Shades of Magic Mint #9EF1BB

Tints of Magic Mint #9EF1BB

Color information

#9EF1BB (or 0x9EF1BB) is unknown color: approx Magic Mint. HEX triplet: 9E, F1 and BB. RGB value is (158,241,187). Sum of RGB (Red+Green+Blue) = 158+241+187=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1BB is #610E44. Grayscale: #D2D2D2. Windows color (decimal): -6360645 or 12317086. OLE color: 12317086.

HSL color Cylindrical-coordinate representation of color #9EF1BB: hue angle of 140.96º 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 #9EF1BB is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB158241187-
CMYK0.3400.220.05
HSL140.96º74.77%78.24%-
HSV(B)140.96º34.44%94.51%-
XYZ54.5373.7758.38-
YUV210.0311590.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.96%
GREEN value IS 241 (94.53% from 255) = 41.13%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=26.96%
G=41.13%
B=31.91%

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
Decimal1582411870.3400.220.05140.9674.7778.24
Hex9EF1BB2201658d4b4e
Octal236361273420265215113116
Binary1001111011110001101110111000100101101011000110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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