#9EF8BD

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

Shades of Magic Mint #9EF8BD

Tints of Magic Mint #9EF8BD

Color information

#9EF8BD (or 0x9EF8BD) is unknown color: approx Magic Mint. HEX triplet: 9E, F8 and BD. RGB value is (158,248,189). Sum of RGB (Red+Green+Blue) = 158+248+189=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF8BD is #610742. Grayscale: #D6D6D6. Windows color (decimal): -6358851 or 12449950. OLE color: 12449950.

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

Color convert

RGB158248189-
CMYK0.3600.240.03
HSL140.67º86.54%79.61%-
HSV(B)140.67º36.29%97.25%-
XYZ56.8578.0860.22-
YUV214.36113.6887.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.55%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=26.55%
G=41.68%
B=31.76%

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
Decimal1582481890.3600.240.03140.6786.5479.61
Hex9EF8BD2401838d5750
Octal236370275440303215127120
Binary100111101111100010111101100100011000111000110110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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