#9EFFD6

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

Shades of Magic Mint #9EFFD6

Tints of Magic Mint #9EFFD6

Color information

#9EFFD6 (or 0x9EFFD6) is unknown color: approx Magic Mint. HEX triplet: 9E, FF and D6. RGB value is (158,255,214). Sum of RGB (Red+Green+Blue) = 158+255+214=627 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.20% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFD6 is #610029. Grayscale: #DDDDDD. Windows color (decimal): -6357034 or 14090142. OLE color: 14090142.

HSL color Cylindrical-coordinate representation of color #9EFFD6: hue angle of 154.64º 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 #9EFFD6 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB158255214-
CMYK0.3800.160
HSL154.64º100%80.98%-
HSV(B)154.64º38.04%100%-
XYZ6283.6476.5-
YUV221.32123.8682.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.20%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=25.20%
G=40.67%
B=34.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552140.3800.160154.6410080.98
Hex9EFFD62601009b6451
Octal236377326460200233144121
Binary10011110111111111101011010011001000001001101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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