#96FFB9

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

Shades of Magic Mint #96FFB9

Tints of Magic Mint #96FFB9

Color information

#96FFB9 (or 0x96FFB9) is unknown color: approx Magic Mint. HEX triplet: 96, FF and B9. RGB value is (150,255,185). Sum of RGB (Red+Green+Blue) = 150+255+185=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFB9 is #690046. Grayscale: #D7D7D7. Windows color (decimal): -6881351 or 12189590. OLE color: 12189590.

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

Color convert

RGB150255185-
CMYK0.4100.270
HSL140º100%79.41%-
HSV(B)140º41.18%100%-
XYZ57.0981.5158.62-
YUV215.62110.7181.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.42%
GREEN value IS 255 (100% from 255) = 43.22%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=25.42%
G=43.22%
B=31.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551850.4100.27014010079.41
Hex96FFB92901B08c644f
Octal226377271510330214144117
Binary10010110111111111011100110100101101101000110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FFB9; }

 p { color: rgb(150,255,185); }

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

<style>
 a { background-color: #96FFB9; }

 a { background-color: rgb(150,255,185); }

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

<style>
 span { border-color: #96FFB9; }

 span { border-color: rgb(150,255,185); }

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