#96FFC4

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

Shades of Magic Mint #96FFC4

Tints of Magic Mint #96FFC4

Color information

#96FFC4 (or 0x96FFC4) is unknown color: approx Magic Mint. HEX triplet: 96, FF and C4. RGB value is (150,255,196). Sum of RGB (Red+Green+Blue) = 150+255+196=601 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.96% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFC4 is #69003B. Grayscale: #D9D9D9. Windows color (decimal): -6881340 or 12910486. OLE color: 12910486.

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

Color convert

RGB150255196-
CMYK0.4100.230
HSL146.29º100%79.41%-
HSV(B)146.29º41.18%100%-
XYZ58.381.9964.98-
YUV216.88116.2180.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.96%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 196 (76.95% from 255) = 32.61%
R=24.96%
G=42.43%
B=32.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551960.4100.230146.2910079.41
Hex96FFC429017092644f
Octal226377304510270222144117
Binary10010110111111111100010010100101011101001001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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