#9FECBE

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

Shades of Magic Mint #9FECBE

Tints of Magic Mint #9FECBE

Color information

#9FECBE (or 0x9FECBE) is unknown color: approx Magic Mint. HEX triplet: 9F, EC and BE. RGB value is (159,236,190). Sum of RGB (Red+Green+Blue) = 159+236+190=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECBE is #601341. Grayscale: #CFCFCF. Windows color (decimal): -6296386 or 12512415. OLE color: 12512415.

HSL color Cylindrical-coordinate representation of color #9FECBE: hue angle of 144.16º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECBE is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB159236190-
CMYK0.3300.190.07
HSL144.16º66.96%77.45%-
HSV(B)144.16º32.63%92.55%-
XYZ53.5971.0859.61-
YUV207.73117.9993.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=27.18%
G=40.34%
B=32.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592361900.3300.190.07144.1666.9677.45
Hex9FECBE21013790434d
Octal237354276410237220103115
Binary1001111111101100101111101000010100111111001000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,236,190); }

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

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

 a { background-color: rgb(159,236,190); }

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

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

 span { border-color: rgb(159,236,190); }

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