#9FECC4

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

Shades of Magic Mint #9FECC4

Tints of Magic Mint #9FECC4

Color information

#9FECC4 (or 0x9FECC4) is unknown color: approx Magic Mint. HEX triplet: 9F, EC and C4. RGB value is (159,236,196). Sum of RGB (Red+Green+Blue) = 159+236+196=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECC4 is #60133B. Grayscale: #D0D0D0. Windows color (decimal): -6296380 or 12905631. OLE color: 12905631.

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

Color convert

RGB159236196-
CMYK0.3300.170.07
HSL148.83º66.96%77.45%-
HSV(B)148.83º32.63%92.55%-
XYZ54.2671.3563.14-
YUV208.42120.9992.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.90%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=26.90%
G=39.93%
B=33.16%

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
Decimal1592361960.3300.170.07148.8366.9677.45
Hex9FECC421011795434d
Octal237354304410217225103115
Binary1001111111101100110001001000010100011111001010110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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