#9FEFD8

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

Shades of Magic Mint #9FEFD8

Tints of Magic Mint #9FEFD8

Color information

#9FEFD8 (or 0x9FEFD8) is unknown color: approx Magic Mint. HEX triplet: 9F, EF and D8. RGB value is (159,239,216). Sum of RGB (Red+Green+Blue) = 159+239+216=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFD8 is #601027. Grayscale: #D4D4D4. Windows color (decimal): -6295592 or 14217119. OLE color: 14217119.

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

Color convert

RGB159239216-
CMYK0.3300.100.06
HSL162.75º71.43%78.04%-
HSV(B)162.75º33.47%93.73%-
XYZ57.5674.0676.23-
YUV212.4613089.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.90%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 216 (84.77% from 255) = 35.18%
R=25.90%
G=38.93%
B=35.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592392160.3300.100.06162.7571.4378.04
Hex9FEFD8210A6a3474e
Octal237357330410126243107116
Binary100111111110111111011000100001010101101010001110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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