#96FAC6

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

Shades of Magic Mint #96FAC6

Tints of Magic Mint #96FAC6

Color information

#96FAC6 (or 0x96FAC6) is unknown color: approx Magic Mint. HEX triplet: 96, FA and C6. RGB value is (150,250,198). Sum of RGB (Red+Green+Blue) = 150+250+198=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAC6 is #690539. Grayscale: #D6D6D6. Windows color (decimal): -6882618 or 13040278. OLE color: 13040278.

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

Color convert

RGB150250198-
CMYK0.400.210.02
HSL148.8º90.91%78.43%-
HSV(B)148.8º40%98.04%-
XYZ56.9678.9365.66-
YUV214.17118.8782.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.08%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=25.08%
G=41.81%
B=33.11%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501980.400.210.02148.890.9178.43
Hex96FAC6280152955b4e
Octal226372306500252225133116
Binary100101101111101011000110101000010101101001010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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