#9FFFBA

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

Shades of Magic Mint #9FFFBA

Tints of Magic Mint #9FFFBA

Color information

#9FFFBA (or 0x9FFFBA) is unknown color: approx Magic Mint. HEX triplet: 9F, FF and BA. RGB value is (159,255,186). Sum of RGB (Red+Green+Blue) = 159+255+186=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFBA is #600045. Grayscale: #DADADA. Windows color (decimal): -6291526 or 12255135. OLE color: 12255135.

HSL color Cylindrical-coordinate representation of color #9FFFBA: hue angle of 136.88º 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 #9FFFBA is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB159255186-
CMYK0.3800.270
HSL136.88º100%81.18%-
HSV(B)136.88º37.65%100%-
XYZ58.9282.4459.26-
YUV218.43109.785.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 186 (73.05% from 255) = 31%
R=26.5%
G=42.5%
B=31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592551860.3800.270136.8810081.18
Hex9FFFBA2601B0896451
Octal237377272460330211144121
Binary10011111111111111011101010011001101101000100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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