#9EF8BF

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

Shades of Magic Mint #9EF8BF

Tints of Magic Mint #9EF8BF

Color information

#9EF8BF (or 0x9EF8BF) is unknown color: approx Magic Mint. HEX triplet: 9E, F8 and BF. RGB value is (158,248,191). Sum of RGB (Red+Green+Blue) = 158+248+191=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF8BF is #610740. Grayscale: #D6D6D6. Windows color (decimal): -6358849 or 12581022. OLE color: 12581022.

HSL color Cylindrical-coordinate representation of color #9EF8BF: hue angle of 142º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF8BF is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB158248191-
CMYK0.3600.230.03
HSL142º86.54%79.61%-
HSV(B)142º36.29%97.25%-
XYZ57.0778.1761.37-
YUV214.59114.6887.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.47%
GREEN value IS 248 (97.27% from 255) = 41.54%
BLUE value IS 191 (75% from 255) = 31.99%
R=26.47%
G=41.54%
B=31.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1582481910.3600.230.0314286.5479.61
Hex9EF8BF2401738e5750
Octal236370277440273216127120
Binary100111101111100010111111100100010111111000111010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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