#9FFFBF

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

Shades of Magic Mint #9FFFBF

Tints of Magic Mint #9FFFBF

Color information

#9FFFBF (or 0x9FFFBF) is unknown color: approx Magic Mint. HEX triplet: 9F, FF and BF. RGB value is (159,255,191). Sum of RGB (Red+Green+Blue) = 159+255+191=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFBF is #600040. Grayscale: #DBDBDB. Windows color (decimal): -6291521 or 12582815. OLE color: 12582815.

HSL color Cylindrical-coordinate representation of color #9FFFBF: hue angle of 140º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFFBF is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB159255191-
CMYK0.3800.250
HSL140º100%81.18%-
HSV(B)140º37.65%100%-
XYZ59.4682.6562.11-
YUV219112.285.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.28%
GREEN value IS 255 (100% from 255) = 42.15%
BLUE value IS 191 (75% from 255) = 31.57%
R=26.28%
G=42.15%
B=31.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592551910.3800.25014010081.18
Hex9FFFBF2601908c6451
Octal237377277460310214144121
Binary10011111111111111011111110011001100101000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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