#9EEFD8

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

Shades of Magic Mint #9EEFD8

Tints of Magic Mint #9EEFD8

Color information

#9EEFD8 (or 0x9EEFD8) is unknown color: approx Magic Mint. HEX triplet: 9E, EF and D8. RGB value is (158,239,216). Sum of RGB (Red+Green+Blue) = 158+239+216=613 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.77% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFD8 is #611027. Grayscale: #D4D4D4. Windows color (decimal): -6361128 or 14217118. OLE color: 14217118.

HSL color Cylindrical-coordinate representation of color #9EEFD8: hue angle of 162.96º 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 #9EEFD8 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB158239216-
CMYK0.3400.100.06
HSL162.96º71.68%77.84%-
HSV(B)162.96º33.89%93.73%-
XYZ57.3673.9676.22-
YUV212.16130.1689.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.77%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=25.77%
G=38.99%
B=35.24%

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
Decimal1582392160.3400.100.06162.9671.6877.84
Hex9EEFD8220A6a3484e
Octal236357330420126243110116
Binary100111101110111111011000100010010101101010001110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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