#96F1C4

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

Shades of Magic Mint #96F1C4

Tints of Magic Mint #96F1C4

Color information

#96F1C4 (or 0x96F1C4) is unknown color: approx Magic Mint. HEX triplet: 96, F1 and C4. RGB value is (150,241,196). Sum of RGB (Red+Green+Blue) = 150+241+196=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F1C4 is #690E3B. Grayscale: #D0D0D0. Windows color (decimal): -6884924 or 12906902. OLE color: 12906902.

HSL color Cylindrical-coordinate representation of color #96F1C4: hue angle of 150.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F1C4 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB150241196-
CMYK0.3800.190.05
HSL150.33º76.47%76.67%-
HSV(B)150.33º37.76%94.51%-
XYZ5473.3863.54-
YUV208.66120.8586.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.55%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=25.55%
G=41.06%
B=33.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502411960.3800.190.05150.3376.4776.67
Hex96F1C4260135964c4d
Octal226361304460235226114115
Binary1001011011110001110001001001100100111011001011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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