#9EF8BC

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

Shades of Magic Mint #9EF8BC

Tints of Magic Mint #9EF8BC

Color information

#9EF8BC (or 0x9EF8BC) is unknown color: approx Magic Mint. HEX triplet: 9E, F8 and BC. RGB value is (158,248,188). Sum of RGB (Red+Green+Blue) = 158+248+188=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF8BC is #610743. Grayscale: #D6D6D6. Windows color (decimal): -6358852 or 12384414. OLE color: 12384414.

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

Color convert

RGB158248188-
CMYK0.3600.240.03
HSL140º86.54%79.61%-
HSV(B)140º36.29%97.25%-
XYZ56.7578.0359.65-
YUV214.25113.1887.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.60%
GREEN value IS 248 (97.27% from 255) = 41.75%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=26.60%
G=41.75%
B=31.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1582481880.3600.240.0314086.5479.61
Hex9EF8BC2401838c5750
Octal236370274440303214127120
Binary100111101111100010111100100100011000111000110010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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