#9FECC5

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

Shades of Magic Mint #9FECC5

Tints of Magic Mint #9FECC5

Color information

#9FECC5 (or 0x9FECC5) is unknown color: approx Magic Mint. HEX triplet: 9F, EC and C5. RGB value is (159,236,197). Sum of RGB (Red+Green+Blue) = 159+236+197=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECC5 is #60133A. Grayscale: #D0D0D0. Windows color (decimal): -6296379 or 12971167. OLE color: 12971167.

HSL color Cylindrical-coordinate representation of color #9FECC5: hue angle of 149.61º 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 #9FECC5 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB159236197-
CMYK0.3300.170.07
HSL149.61º66.96%77.45%-
HSV(B)149.61º32.63%92.55%-
XYZ54.3771.3963.74-
YUV208.53121.4992.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.86%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 197 (77.34% from 255) = 33.28%
R=26.86%
G=39.86%
B=33.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592361970.3300.170.07149.6166.9677.45
Hex9FECC521011796434d
Octal237354305410217226103115
Binary1001111111101100110001011000010100011111001011010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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