#96FAC4

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

Shades of Magic Mint #96FAC4

Tints of Magic Mint #96FAC4

Color information

#96FAC4 (or 0x96FAC4) is unknown color: approx Magic Mint. HEX triplet: 96, FA and C4. RGB value is (150,250,196). Sum of RGB (Red+Green+Blue) = 150+250+196=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAC4 is #69053B. Grayscale: #D6D6D6. Windows color (decimal): -6882620 or 12909206. OLE color: 12909206.

HSL color Cylindrical-coordinate representation of color #96FAC4: hue angle of 147.6º 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 #96FAC4 is Cyan = 0.4, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB150250196-
CMYK0.400.220.02
HSL147.6º90.91%78.43%-
HSV(B)147.6º40%98.04%-
XYZ56.7378.8464.45-
YUV213.94117.8782.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.17%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 196 (76.95% from 255) = 32.89%
R=25.17%
G=41.95%
B=32.89%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501960.400.220.02147.690.9178.43
Hex96FAC4280162945b4e
Octal226372304500262224133116
Binary100101101111101011000100101000010110101001010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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