#96FFC2

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

Shades of Magic Mint #96FFC2

Tints of Magic Mint #96FFC2

Color information

#96FFC2 (or 0x96FFC2) is unknown color: approx Magic Mint. HEX triplet: 96, FF and C2. RGB value is (150,255,194). Sum of RGB (Red+Green+Blue) = 150+255+194=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFC2 is #69003D. Grayscale: #D8D8D8. Windows color (decimal): -6881342 or 12779414. OLE color: 12779414.

HSL color Cylindrical-coordinate representation of color #96FFC2: hue angle of 145.14º 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 #96FFC2 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB150255194-
CMYK0.4100.240
HSL145.14º100%79.41%-
HSV(B)145.14º41.18%100%-
XYZ58.0881.963.79-
YUV216.65115.2180.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.04%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 194 (76.17% from 255) = 32.39%
R=25.04%
G=42.57%
B=32.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551940.4100.240145.1410079.41
Hex96FFC229018091644f
Octal226377302510300221144117
Binary10010110111111111100001010100101100001001000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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