#9EFFD8

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

Shades of Magic Mint #9EFFD8

Tints of Magic Mint #9EFFD8

Color information

#9EFFD8 (or 0x9EFFD8) is unknown color: approx Magic Mint. HEX triplet: 9E, FF and D8. RGB value is (158,255,216). Sum of RGB (Red+Green+Blue) = 158+255+216=629 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.12% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFD8 is #610027. Grayscale: #DDDDDD. Windows color (decimal): -6357032 or 14221214. OLE color: 14221214.

HSL color Cylindrical-coordinate representation of color #9EFFD8: hue angle of 155.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFD8 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB158255216-
CMYK0.3800.150
HSL155.88º100%80.98%-
HSV(B)155.88º38.04%100%-
XYZ62.2683.7577.85-
YUV221.55124.8682.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.12%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=25.12%
G=40.54%
B=34.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552160.3800.150155.8810080.98
Hex9EFFD8260F09c6451
Octal236377330460170234144121
Binary1001111011111111110110001001100111101001110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,216); }

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

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

 a { background-color: rgb(158,255,216); }

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

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

 span { border-color: rgb(158,255,216); }

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