#9FEDBF

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

Shades of Magic Mint #9FEDBF

Tints of Magic Mint #9FEDBF

Color information

#9FEDBF (or 0x9FEDBF) is unknown color: approx Magic Mint. HEX triplet: 9F, ED and BF. RGB value is (159,237,191). Sum of RGB (Red+Green+Blue) = 159+237+191=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDBF is #601240. Grayscale: #D0D0D0. Windows color (decimal): -6296129 or 12578207. OLE color: 12578207.

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

Color convert

RGB159237191-
CMYK0.3300.190.07
HSL144.62º68.42%77.65%-
HSV(B)144.62º32.91%92.94%-
XYZ53.9971.760.28-
YUV208.43118.1692.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.09%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 191 (75% from 255) = 32.54%
R=27.09%
G=40.37%
B=32.54%

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
Decimal1592371910.3300.190.07144.6268.4277.65
Hex9FEDBF21013791444e
Octal237355277410237221104116
Binary1001111111101101101111111000010100111111001000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,237,191); }

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

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

 a { background-color: rgb(159,237,191); }

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

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

 span { border-color: rgb(159,237,191); }

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