#96FAC1

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

Shades of Magic Mint #96FAC1

Tints of Magic Mint #96FAC1

Color information

#96FAC1 (or 0x96FAC1) is unknown color: approx Magic Mint. HEX triplet: 96, FA and C1. RGB value is (150,250,193). Sum of RGB (Red+Green+Blue) = 150+250+193=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAC1 is #69053E. Grayscale: #D5D5D5. Windows color (decimal): -6882623 or 12712598. OLE color: 12712598.

HSL color Cylindrical-coordinate representation of color #96FAC1: hue angle of 145.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FAC1 is Cyan = 0.4, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB150250193-
CMYK0.400.230.02
HSL145.8º90.91%78.43%-
HSV(B)145.8º40%98.04%-
XYZ56.3978.7162.67-
YUV213.6116.3782.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.30%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=25.30%
G=42.16%
B=32.55%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501930.400.230.02145.890.9178.43
Hex96FAC1280172925b4e
Octal226372301500272222133116
Binary100101101111101011000001101000010111101001001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,250,193); }

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

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

 a { background-color: rgb(150,250,193); }

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

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

 span { border-color: rgb(150,250,193); }

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