#9EEFD6

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

Shades of Magic Mint #9EEFD6

Tints of Magic Mint #9EEFD6

Color information

#9EEFD6 (or 0x9EEFD6) is unknown color: approx Magic Mint. HEX triplet: 9E, EF and D6. RGB value is (158,239,214). Sum of RGB (Red+Green+Blue) = 158+239+214=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFD6 is #611029. Grayscale: #D3D3D3. Windows color (decimal): -6361130 or 14086046. OLE color: 14086046.

HSL color Cylindrical-coordinate representation of color #9EEFD6: hue angle of 161.48º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFD6 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB158239214-
CMYK0.3400.100.06
HSL161.48º71.68%77.84%-
HSV(B)161.48º33.89%93.73%-
XYZ57.173.8674.86-
YUV211.93129.1689.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.86%
GREEN value IS 239 (93.75% from 255) = 39.12%
BLUE value IS 214 (83.98% from 255) = 35.02%
R=25.86%
G=39.12%
B=35.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582392140.3400.100.06161.4871.6877.84
Hex9EEFD6220A6a1484e
Octal236357326420126241110116
Binary100111101110111111010110100010010101101010000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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